Click or drag to resize

ChatError Enumeration

Chat related error codes.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum ChatError
Members
  Member nameValueDescription
Failed0 Operation has failed. It is a general error, no specific reason for it.
NotAuthorized1 Operation denied due to lack of authorization for the user to perform the operation.
Timeout2 Chat request timed out.
CapabilityDenied3 Chat operation is not executed due to capability denied.
ProxyConnectionError4 A connection could not be established to the proxy server.
ProxyAuthenticationError5 The authentication credentials provided for logging into the proxy were rejected.
See Also