DownloadServiceError Enumeration |
Namespace: Avaya.ClientServices
public enum DownloadServiceError
| Member name | Value | Description | |
|---|---|---|---|
| Failed | 0 | Operation has failed. The failure reason was not specified. | |
| ConnectionFailure | 1 | Connection errors (host unreachable, proxy error, connection lost, etc.) | |
| AuthenticationFailure | 2 | An invalid username or password was provided. | |
| ServerCertificateError | 3 | The request was rejected due to certificate error. | |
| SecureConnectionError | 4 | The request was rejected due to an SSL error. | |
| InvalidDestinationDirectory | 5 | Reported when invalid Destination Directory is used for the request. | |
| ServerError | 6 | The server rejected the request (4xx,5xx). | |
| UnsupportedProtocol | 7 | The request was rejected due to unsupported protocol. | |
| ErrorWritingToFile | 8 | Writing to file error (No space left on device, Permission access denied). | |
| InvalidContentType | 9 | Invalid Content-Type is received. | |
| ClientCertificateMissing | 10 | Client certificate is missing. | |
| ClientCertificateBad | 11 | Client certificate is corrupt or in other way invalid. | |
| ClientCertificateUnsupported | 12 | Client certificate type is not supported by the server. | |
| ClientCertificateRevoked | 13 | Client certificate was revoked by the issuing authority. | |
| ClientCertificateExpired | 14 | Client certificate has expired. | |
| ClientCertificateCAUnknown | 15 | Client certificate was issued by an unknown authority. | |
| InvalidIdentityCertificate | 16 | Client identity certificate is rejected by the server. | |
| Cancelled | 17 | Operation was cancelled. | |
| BinaryDataExceedsMaxSize | 18 | Max size of the downloaded binary data is exceeded. | |
| NetworkUnavailable | 19 | Operation has failed due to no network connectivity. | |
| ProxyConnectionError | 20 | A connection could not be established to the proxy server. | |
| ProxyAuthenticationError | 21 | The authentication credentials provided for logging into the proxy were rejected. |
© 2017 Avaya LLC. All Rights Reserved.