SendResultType Enumeration

Describes the result of a send operation.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public enum SendResultType

Members

Ok0 The send operation completed successfully and the endpoint reported that the requested action was performed normally.
Rejected1 The send operation completed successfully, but the endpoint rejected the request; for example because of a malformed payload.
RemoteError2 The send operation completed successfully and the endpoint accepted the message, but the remote service reported a problem; e.g. a malfunction or a misconfiguration.
UnexpectedResponse3 The remote response was not understood by the connector.
Timeout4 The send operation timed out.
SocketError5 The send operation failed due to a network error.
InternalError6 The send operation failed due to a miscellaneous internal error.
CannotSend7 No send operation can be initiated.
NotSet8 No status has yet been set. Can be used as an initial/default value until the actual result is known.

See Also