Click or drag to resize

ButtonCustomizationError Enumeration

Errors generated while adding, removing, moving or setting personalized label for customized button.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum ButtonCustomizationError
Members
  Member nameValueDescription
UnknownReason0 Button customization failed for unknown reason.
UpdateInProgress1 Button customization is already in progress.
SourceNotConnected2 Unable to connect to server/source (server down, email client not installed, etc).
AuthenticationFailure3 The user's userid or password is invalid.
SecureConnectionError4 Unable to create a secure connection to the server. This may be caused by missing or invalid certificates.
TimeOut5 Communication server is reachable, but request timed out.
InternalError6 Unexpected exception in processing the request.
DatabaseNotAccessible7 Unable to access the database. This may be due to invalid credential or the database is down.
DatabaseError8 The operation failed due to database error.
ConfigurationMismatch9 Extension not configured on the server or internal server error.
NotIMUser10 Requested user does not exist in the Enterprise database.
InvalidValue11 Invalid field value.
NoListAvailable12 The request from the endpoint did not contain any data.
ButtonNotFound13 The request from the endpoint is for a button that has been deleted on server.
Retry14 The server is busy. Try performing the request again later.
HandleInvalid15 Missing or invalid handle.
DigestMismatch16 Digest Authentication failed. This may be due to nonce mismatch or mechanism not supported.
See Also