DMExceptionType Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File
Describes the type of exceptions thrown for each integer value stated below
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMExceptionType
Public Enumeration DMExceptionType
public enum class DMExceptionType
DMLibrary.DMExceptionType = function();
DMLibrary.DMExceptionType.createEnum('DMLibrary.DMExceptionType', false);
Members | Member name | Value | Description |
---|
| DMET_UNKNOWN | 0 |
0: Unknown exception
|
| DMET_ACCESSDENIED | 1 |
1: Access denied
|
| DMET_INVALIDCONNECTIONSTRING | 2 |
2:Connection string is invalid
|
| DMET_CONNECTIONFAILED | 3 |
3: Connection failed
|
| DMET_ACCOUNTNOTFOUND | 4 |
4: The account is not found
|
| DMET_DATABASEERROR | 5 |
5: A database error
|
| DMET_INVALIDCLIENTREQUEST | 6 |
6: The client request in invalid
|
| DMET_TEMPLATENOTFOUND | 7 |
7: The requested template is not available
|
| DMET_ATTACHMENTNOTFOUND | 8 |
8: The attachment could not be found
|
| DMET_NETWORKERROR | 9 |
9: There is a network error
|
| DMET_CONFIGURATIONERROR | 10 |
10: Error in configuration
|
| DMET_RESOURCENOTFOUND | 11 |
11: The resource being sought is not found
|
| DMET_INVALIDLICENSE | 12 |
12: The license is invalid
|
| DMET_EXPIREDLICENSE | 13 |
13: License has expired
|
| DMET_LOGINSDISABLED | 14 |
14: The logins are not enabled
|
| DMET_MAILERBUSY | 15 |
15: The mail server is busy
|
| DMET_INVALIDPASSWORD | 16 |
16: Invalid password
|
| DMET_TOKENINVALID | 17 |
17: Invalid token
|
| DMET_LOGINFAILED | 18 |
18: Login failed
|
| DMET_LOGINBLOCKED | 19 |
19: Login is blocked
|
| DMET_LOGINCHANGEPW | 20 |
20: Change password
|
| DMET_LOGINBUMPEXISTING | 21 |
21: Bump an existing login
|
| DMET_ALREADYEXISTS | 22 |
22: Login already exists
|
See Also