[Data Processing](../groups/Data Processing.Data Processing.md) / TeleportStatus
TeleportStatus Enumeration
transfer status
Table of contents
Enumeration Members
error = "[error](mw.TeleportStatus.md#error)" |
---|
ignored = "[ignored](mw.TeleportStatus.md#ignored)" |
success = "[success](mw.TeleportStatus.md#success)" |
timeout = "[timeout](mw.TeleportStatus.md#timeout)" |
Enumeration Members
error
• error = "error"
Error. Indicates that there is an error in the delivery service or that the provided data does not meet the requirements.
ignored
• ignored = "ignored"
There are already requests with the same parameters being processed, and this request is being ignored. Please wait for the previous request to complete or timeout before trying again
success
• success = "success"
success. The services that are dependent on the transmission are all normal and will continue to complete the transmission process.
timeout
• timeout = "timeout"
Timeout. The service that relies on the transmission did not callback, which may be caused by network fluctuations. The transmission can be restarted.