Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| Success |
0 |
|
| UnhandledException |
2 |
Unhandled Exception because of API programming error or invalid data passed |
| LoginFailInvalidCredentials |
4 |
Invalid Username or Password! |
| LoginFailInvalidMembershipNotActivatedYet |
8 |
|
| InvalidInputValues |
16 |
Invalid input parameter/field values |
| DatabaseException |
32 |
Database Exception because of invalid data passed |
| RecordNotFound |
64 |
|
| OperationNotCompleted |
128 |
Operation cannot be completed because of related records existance! |
| MemberNoExists |
256 |
Member does not exist! |
| PasswordCouldNotBeRecovred |
512 |
Password recovery email could not be sent to member's email! |
| DuplicateRecord |
1024 |
|
| RestrictedOperation |
2048 |
Forbidden because of passed validity/registration date or quantity for target trasaction! |
| SMSSendFailure |
4096 |
Verification SMS could not be sent to mobile number |
| SMSTokenVerificationFailure |
8192 |
Invalid SMS Token verification |
| PushNotificationFailure |
16384 |
Push notification failed to be sent to some of mobile devices |
