Click or drag to resize

MessagingError Enumeration

Error types for messaging component.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum MessagingError
Members
  Member nameValueDescription
Unknown0 Unknown error type.
UnSupported1 Unsupported operation.
Cancelled2 Operation was cancelled.
InvalidState3 Invalid state.
InternalError4 Internal error of messaging.
Timeout5 Operation timeout.
RetryLimitExceeded6 Retry limit was exceeded.
InvalidResponse7 Invalid response.
AuthenticationError8 Authentication error.
CertificateError9 Unspecified certificate error.
SecureConnectionError10 Secure connection error.
ConnectionError11 Connection error.
ServerError12 Server error.
NoParticipants13 No participants.
AttachmentNotFound14 Attachment was not found.
ParticipantAddressInvalid15 Participant address invalid.
MessageNotFound16 Message not found.
BodyLengthExceeded17 Body length exceeded for message.
SubjectLengthExceeded18 Subject length exceeded for conversation.
AttachmentSizeExceeded19 Attachment size exceeded.
ThumbnailSizeExceeded20 Thumbnail size exceeded.
FailedToOpenDestinationFile21 Failed to open destination file.
FailedToOpenFileToAttach22 Failed to open file to attach.
WrongAttachmentPath23 Wrong attachment path.
UnsupportedMediaTypeForAttachmentThumbnail24 Unsupported media type for attachment thumbnail.
MaxNumberOfAttachmentsLimitExceeded25 Maximum number of attachments limit exceeded.
EmptyMessage26 Message was empty.
ClientCertificateMissing27 Client certificate is missing.
ClientCertificateBad28 Client certificate is corrupt or in other way invalid.
ClientCertificateUnsupported29 Client certificate type is not supported by the server.
ClientCertificateRevoked30 Client certificate was revoked by the issuing authority.
ClientCertificateExpired31 Client certificate has expired.
ClientCertificateCAUnknown32 Client certificate was issued by an unknown authority.
InvalidIdentityCertificate33 Client identity certificate is rejected by the server.
EmptyAttachment34 Attachment was empty.
ConversationAlreadyExists35 Conversation already exists.
ProxyConnectionError36 A connection could not be established to the proxy server.
ProxyAuthenticationError37 The authentication credentials provided for logging into the proxy were rejected.
ConversationNotFound38 Requested conversation could not be found.
ParticipantsMismatch39 The message recipients do not match the conversation participants.
ForcedLogout40 The server has forcibly logged the session out.
HtmlBodyLengthExceeded41 HTML Body length exceeded for message.
See Also