Click or drag to resize
ContactError Enumeration
Error codes related to contact operations.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum ContactError
Members
  Member nameValueDescription
UnknownReason0 Unexpected behavior.
SourceNotConnected1 The source of the contact data cannot be reached to perform the requested operation.
AuthenticationFailure2 An invalid username or password was provided.
CertificateError3 The request was rejected due to a certificate error.
SecureConnectionError11 The request was rejected due to an SSL error.
TimeOut12 The operation time limit was exceeded.
PictureNotAvailable13 Contact doesn't have a picture or specific contact provider uses LDAP as a source for pictures and it is not configured / available at the time.
InvalidContactID14 Missing or invalid provider contact ID. Methods that can return this error are ContactService.UpdateContact, ContactService.DeleteContact and Contact.RetrievePicture.
DatabaseError15 Provider cannot access the database for reading or writing.
DuplicateContact16 This error can occur when trying to add a new contact with the same email address or phone number as any of the existing contacts.
NotIMUser17 Requesting user does not exist in the Enterprise database.
NullAddress18 Address field is empty.
InvalidContact19 Provided data failed a validation step.
DataMissing20 Required fields are missing.
InvalidValue21 Invalid contact field value.
DatabaseNotAccessible22 Problem with the database accessibility.
InternalError23 Unexpected exception in processing the request.
ContactDoesNotExist24 Name field is empty or not present.
NoProfile25 An internal contact does not have a communication profile.
ConfigurationMismatch26 Value exceeded maximum of 70 data items. As of SM 6.2 Feature Pack 1 this limit is increased to 100 data items.
Retry27 Server is busy. Provider is retrying the operation.
DeleteContactNotSupported28 Provider does not support deletion of contacts operation.
AddContactNotSupported29 Provider does not support creation of new contacts operation.
UpdateContactNotSupported30 Provider does not support updating contacts operation.
RetrievePictureNotSupported31 Provider does not support retrieving contact picture operation.
NoMatch32 No provider matches the contact source.
NotFound33 Contact not found.
ProviderDigestMismatch34 Digest Authentication failed.
OperationInProgress35 Contact operation such as Add, Delete, Update, or Retrieve picture is already in progress.
Cancelled36 The operation was cancelled.
ConfigurationError37 Configuration error encountered (disabled, no server info configured, etc).
NoCredentialProvider38 Credential provider is not available.
StartupAborted39 Abort was requested while starting.
AccessDenied40 Access to platform resource has been denied.
ClientCertificateMissing4 Client certificate is missing.
ClientCertificateBad5 Client certificate is corrupt or in other way invalid.
ClientCertificateUnsupported6 Client certificate type is not supported by the server.
ClientCertificateRevoked7 Client certificate was revoked by the issuing authority.
ClientCertificateExpired8 Client certificate has expired.
ClientCertificateCAUnknown9 Client certificate was issued by an unknown authority.
InvalidIdentityCertificate10 Client identity certificate is rejected by the server.
ProxyConnectionError41 A connection could not be established to the proxy server.
ProxyAuthenticationError42 The authentication credentials provided for logging into the proxy were rejected.
GroupLimitExceeded43 Group count exceeded limit.
GroupAlreadyExists44 Group with specified name already exists.
GroupContactsLimitExceeded45 Group has maximum contacts.
CreateOperationNotSupported46 Provider does not support operation.
DeleteOperationNotSupported47 Provider does not support operation.
RenameOperationNotSupported48 Provider does not support operation.
GroupNameInvalid49 Missing or Invalid Provider contact group name.
GroupNotFound50 Contact group not found.
GroupAddContactsNotSupported51 Add contacts to a group isn't supported.
GroupRemoveContactsNotSupported52 Remove contacts from a group isn't supported.
GroupNameExceedsMaxLength53 Contact group name is too long.
GroupNameContainsInvalidCharacters54 Contact group name contains invalid characters.
MultipleWorkEmailNotSupported55 The server rejected the request due to multiple work e-mails. Request should have only one work email.
See Also