DMExceptionType Enumeration

Alterian Email Manager 6.2.3 SDK Help File
Describes the type of exceptions thrown for each integer value stated below

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public enum DMExceptionType
Members
Member nameValueDescription
DMET_UNKNOWN0 0: Unknown exception
DMET_ACCESSDENIED1 1: Access denied
DMET_INVALIDCONNECTIONSTRING2 2:Connection string is invalid
DMET_CONNECTIONFAILED3 3: Connection failed
DMET_ACCOUNTNOTFOUND4 4: The account is not found
DMET_DATABASEERROR5 5: A database error
DMET_INVALIDCLIENTREQUEST6 6: The client request in invalid
DMET_TEMPLATENOTFOUND7 7: The requested template is not available
DMET_ATTACHMENTNOTFOUND8 8: The attachment could not be found
DMET_NETWORKERROR9 9: There is a network error
DMET_CONFIGURATIONERROR10 10: Error in configuration
DMET_RESOURCENOTFOUND11 11: The resource being sought is not found
DMET_INVALIDLICENSE12 12: The license is invalid
DMET_EXPIREDLICENSE13 13: License has expired
DMET_LOGINSDISABLED14 14: The logins are not enabled
DMET_MAILERBUSY15 15: The mail server is busy
DMET_INVALIDPASSWORD16 16: Invalid password
DMET_TOKENINVALID17 17: Invalid token
DMET_LOGINFAILED18 18: Login failed
DMET_LOGINBLOCKED19 19: Login is blocked
DMET_LOGINCHANGEPW20 20: Change password
DMET_LOGINBUMPEXISTING21 21: Bump an existing login
DMET_ALREADYEXISTS22 22: Login already exists
See Also