CollaborationStatus Enumeration |
Namespace: Avaya.ClientServices
public enum CollaborationStatus
Member name | Value | Description | |
---|---|---|---|
Success | 0 | Operation was successful. | |
OperationInProgress | 1 | Operation started when another operation was already in progress. | |
CannotEditError | 2 | An edit operation is not possible on the target object. | |
InternalError | 3 | An unexpected problem was encountered. | |
HttpStatusCodeError | 4 | Server sent HTTP status that is not 200 OK, status included in error message. | |
PermissionDenied | 5 | User does not have necessary privileges. | |
Canceled | 6 | Operation was canceled by other user action. | |
NotSupported | 7 | Functionality is not supported. | |
Timeout | 8 | Timeout. | |
NotConnectable | 9 | Problem with connection. | |
ProtocolError | 10 | Problem with parsing message sent from server or wrong message. | |
AuthenticationFailed | 11 | Authentication failed. | |
InvalidCertificate | 12 | Invalid certificate. | |
ServerError | 13 | Server side error. | |
MeetingNotFound | 14 | Meeting not found. | |
TargetNotFound | 15 | Target not found. | |
Unavailable | 16 | Functionality is unavailable. | |
CollaborationAlreadyCreated | 17 | Tried to create a collaboration for a call that already has one. | |
ConfigurationError | 18 | Configuration error. | |
InsufficientBandwidth | 20 | Insufficient bandwidth to support content sharing | |
Failed | 23 | Unknown error. | |
ProxyConnectionError | 21 | A connection could not be established to the proxy server. | |
ProxyAuthenticationError | 22 | The authentication credentials provided for logging into the proxy were rejected. |
© 2017 Avaya LLC. All Rights Reserved.