Click or drag to resize

VisualVoiceMailError Enumeration

Error types for visual voicemail component.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum VisualVoiceMailError
Members
  Member nameValueDescription
Unknown0 Unknown error type.
UnSupported1 Unsupported operation.
Cancelled2 Operation was cancelled.
InvalidState3 Invalid state.
InternalError4 Internal error of visual voicemail.
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.
ClientCertificateMissing13 Client certificate is missing.
ClientCertificateBad14 Client certificate is corrupt or in other way invalid.
ClientCertificateUnsupported15 Client certificate type is not supported by the server.
ClientCertificateRevoked16 Client certificate was revoked by the issuing authority.
ClientCertificateExpired17 Client certificate has expired.
ClientCertificateCAUnknown18 Client certificate was issued by an unknown authority.
InvalidIdentityCertificate19 Client identity certificate is rejected by the server.
ProxyConnectionError20 A connection could not be established to the proxy server.
ProxyAuthenticationError21 The authentication credentials provided for logging into the proxy were rejected.
WrongDownloadPath22 A download path is invalid.
FailedToOpenDestinationFile23 Failed to open destination file.
ConfigurationError24 A configuration error occured.
See Also