Click or drag to resize

DataTransferServiceError Enumeration

Error codes related to DataTransferService operations.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum DataTransferServiceError
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.
FailedToOpenFileToUpload6 Reported when uploading file cannot be opened.
ServerError7 The server rejected the request (4xx,5xx).
UnsupportedProtocol8 The request was rejected due to unsupported protocol.
ErrorWritingToFile9 Writing to file error (No space left on device, Permission access denied).
InvalidContentType10 Invalid Content-Type is received.
ClientCertificateMissing11 Client certificate is missing.
ClientCertificateBad12 Client certificate is corrupt or in other way invalid.
ClientCertificateUnsupported13 Client certificate type is not supported by the server.
ClientCertificateRevoked14 Client certificate was revoked by the issuing authority.
ClientCertificateExpired15 Client certificate has expired.
ClientCertificateCAUnknown16 Client certificate was issued by an unknown authority.
InvalidIdentityCertificate17 Client identity certificate is rejected by the server.
Cancelled18 Operation was cancelled.
BinaryDataExceedsMaxSize19 Max size of the downloaded binary data is exceeded.
NetworkUnavailable20 Operation has failed due to no network connectivity.
ProxyConnectionError21 A connection could not be established to the proxy server.
ProxyAuthenticationError22 The authentication credentials provided for logging into the proxy were rejected.
See Also