Click or drag to resize
SpacesError Enumeration
Error types for the spaces service component.

Namespace: Avaya.ClientServices.Spaces
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum SpacesError
Members
  Member nameValueDescription
None0 No error.
Unknown1 An unknown error occurred.
Unsupported2 Unsupported operation.
Cancelled3 The operation was canceled.
InvalidState4 Invalid state.
InvalidParameter5 The request contained an invalid parameter value.
InternalError6 An internal error has occurred.
Timeout7 Operation timeout.
RetryLimitExceeded8 Retry limit was exceeded.
InvalidResponse9 Invalid response.
AuthenticationError10 Authentication error.
CertificateError11 Unspecified certificate error.
SecureConnectionError12 Secure connection error.
ConnectionError13 Connection error.
ServerError14 Server error.
ProxyConnectionError15 A connection could not be established to the proxy server.
ProxyAuthenticationError16 The authentication credentials provided for logging into the proxy were rejected.
See Also