MessagingError Enumeration |
Namespace: Avaya.ClientServices
public enum MessagingError
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | Unknown error type. | |
| UnSupported | 1 | Unsupported operation. | |
| Cancelled | 2 | Operation was cancelled. | |
| InvalidState | 3 | Invalid state. | |
| InternalError | 4 | Internal error of messaging. | |
| Timeout | 5 | Operation timeout. | |
| RetryLimitExceeded | 6 | Retry limit was exceeded. | |
| InvalidResponse | 7 | Invalid response. | |
| AuthenticationError | 8 | Authentication error. | |
| CertificateError | 9 | Unspecified certificate error. | |
| SecureConnectionError | 10 | Secure connection error. | |
| ConnectionError | 11 | Connection error. | |
| ServerError | 12 | Server error. | |
| NoParticipants | 13 | No participants. | |
| AttachmentNotFound | 14 | Attachment was not found. | |
| ParticipantAddressInvalid | 15 | Participant address invalid. | |
| MessageNotFound | 16 | Message not found. | |
| BodyLengthExceeded | 17 | Body length exceeded for message. | |
| SubjectLengthExceeded | 18 | Subject length exceeded for conversation. | |
| AttachmentSizeExceeded | 19 | Attachment size exceeded. | |
| ThumbnailSizeExceeded | 20 | Thumbnail size exceeded. | |
| FailedToOpenDestinationFile | 21 | Failed to open destination file. | |
| FailedToOpenFileToAttach | 22 | Failed to open file to attach. | |
| WrongAttachmentPath | 23 | Wrong attachment path. | |
| UnsupportedMediaTypeForAttachmentThumbnail | 24 | Unsupported media type for attachment thumbnail. | |
| MaxNumberOfAttachmentsLimitExceeded | 25 | Maximum number of attachments limit exceeded. | |
| EmptyMessage | 26 | Message was empty. | |
| ClientCertificateMissing | 27 | Client certificate is missing. | |
| ClientCertificateBad | 28 | Client certificate is corrupt or in other way invalid. | |
| ClientCertificateUnsupported | 29 | Client certificate type is not supported by the server. | |
| ClientCertificateRevoked | 30 | Client certificate was revoked by the issuing authority. | |
| ClientCertificateExpired | 31 | Client certificate has expired. | |
| ClientCertificateCAUnknown | 32 | Client certificate was issued by an unknown authority. | |
| InvalidIdentityCertificate | 33 | Client identity certificate is rejected by the server. | |
| EmptyAttachment | 34 | Attachment was empty. | |
| ConversationAlreadyExists | 35 | Conversation already exists. | |
| ProxyConnectionError | 36 | A connection could not be established to the proxy server. | |
| ProxyAuthenticationError | 37 | The authentication credentials provided for logging into the proxy were rejected. | |
| ConversationNotFound | 38 | Requested conversation could not be found. | |
| ParticipantsMismatch | 39 | The message recipients do not match the conversation participants. | |
| ForcedLogout | 40 | The server has forcibly logged the session out. | |
| HtmlBodyLengthExceeded | 41 | HTML Body length exceeded for message. |
© 2017 Avaya LLC. All Rights Reserved.