PresenceError Enumeration |
Namespace: Avaya.ClientServices
public enum PresenceError
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | An unknown error. If this error code is received it is a bug. | |
Unsupported | 1 | The requested operation is not supported. | |
Cancelled | 2 | The operation was cancelled. | |
InvalidState | 3 | The operation is not valid for the current state. | |
InternalError | 4 | An internal error occurred. | |
SendError | 5 | The network request could not be sent. | |
Timeout | 6 | The request timed out. | |
RetryLimitExceeded | 7 | The request exceeded the maximum number of retries. | |
InvalidResponse | 8 | The server returned an invalid response. | |
AuthenticationFailure | 9 | The server rejected the request due to an authentication error. | |
ServerError | 10 | The server rejected the request. |
© 2017 Avaya LLC. All Rights Reserved.