Click or drag to resize
DownloadServiceError Enumeration
Error codes related to Download Service operations.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum DownloadServiceError
Members
  Member nameValueDescription
Failed0 Operation has failed. The failure reason was not specified.
ConnectionFailure1 Connection errors (host unreachable, proxy error, connection lost, etc.)
AuthenticationFailure2 An invalid username or password was provided.
ServerCertificateError3 The request was rejected due to certificate error.
SecureConnectionError4 The request was rejected due to an SSL error.
InvalidDestinationDirectory5 Reported when invalid Destination Directory is used for the request.
ServerError6 The server rejected the request (4xx,5xx).
UnsupportedProtocol7 The request was rejected due to unsupported protocol.
ErrorWritingToFile8 Writing to file error (No space left on device, Permission access denied).
InvalidContentType9 Invalid Content-Type is received.
ClientCertificateMissing10 Client certificate is missing.
ClientCertificateBad11 Client certificate is corrupt or in other way invalid.
ClientCertificateUnsupported12 Client certificate type is not supported by the server.
ClientCertificateRevoked13 Client certificate was revoked by the issuing authority.
ClientCertificateExpired14 Client certificate has expired.
ClientCertificateCAUnknown15 Client certificate was issued by an unknown authority.
InvalidIdentityCertificate16 Client identity certificate is rejected by the server.
Cancelled17 Operation was cancelled.
BinaryDataExceedsMaxSize18 Max size of the downloaded binary data is exceeded.
NetworkUnavailable19 Operation has failed due to no network connectivity.
ProxyConnectionError20 A connection could not be established to the proxy server.
ProxyAuthenticationError21 The authentication credentials provided for logging into the proxy were rejected.
See Also