Click or drag to resize

PresenceError Enumeration

Enumeration representing failure of a presence operation, for example, a failed presence request sent to the presence server.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum PresenceError
Members
  Member nameValueDescription
Unknown0 An unknown error. If this error code is received it is a bug.
Unsupported1 The requested operation is not supported.
Cancelled2 The operation was cancelled.
InvalidState3 The operation is not valid for the current state.
InternalError4 An internal error occurred.
SendError5 The network request could not be sent.
Timeout6 The request timed out.
RetryLimitExceeded7 The request exceeded the maximum number of retries.
InvalidResponse8 The server returned an invalid response.
AuthenticationFailure9 The server rejected the request due to an authentication error.
ServerError10 The server rejected the request.
See Also