Click or drag to resize
AutodialError Enumeration
Errors generated for autodial operations.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum AutodialError
Members
  Member nameValueDescription
UnknownReason0 Autodial operation failed for unknown reason.
UpdateInProgress1 Autodial update operation is in progress already.
SourceNotConnected2 Unable to connect to server/source (server down, email client not installed, etc).
AuthenticationFailure3 The user's userid or password is invalid.
SecureConnectionError4 Unable to create a secure connection to the server. This may be caused by missing or invalid certificates.
TimeOut5 Communication server is reachable, but request timed out.
InternalError6 Unexpected exception in processing the request.
DatabaseNotAccessible7 Unable to access the database. This may be due to invalid credential or the database is down.
DatabaseError8 The operation failed due to database error.
ConfigurationMismatch9 Extension not configured on the server or internal server error.
NotIMUser10 Requested user does not exist in the Enterprise database.
InvalidValue11 Invalid field value.
NoListAvailable12 The request from the endpoint did not contain any data.
ButtonNotFound13 The request from the endpoint is for a button that has been deleted on server.
Retry14 The server is busy. Try performing the request again later.
HandleInvalid15 Missing or invalid handle.
DigestMismatch16 Digest Authentication failed. This may be due to nonce mismatch or mechanism not supported.
ProxyConnectionError17 A connection could not be established to the proxy server.
ProxyAuthenticationError18 The authentication credentials provided for logging into the proxy were rejected.
See Also