class LoginError
Parents
object
Brief
The login error class
| Static Public Properties | |
|---|---|
| CODE_NOT_SPECIFIED | Error: not specified |
| CODE_EMPTY_PARAMETER | Error: empty parameter |
| CODE_INCORRECT_PIN | Error: incorrect pin |
| CODE_WRONG_USERNAME_OR_PASSWORD | Error: wrong username or password |
| CODE_LOCKED_USER | Error: locked user |
| CODE_SERVER_ERROR | Error: server error |
| CODE_INCORRECT_TRADING_SYSTEM_URL | Error: incorrect trading system url |
| CODE_INCORRECT_CONNECTION_NAME | Error: incorrect connection name |
| CODE_TIMEOUT | Error: timeout |
| CODE_INVALID_OPERATION | Error: invalid oreration |
| Public Methods | |
|---|---|
| getMessage | Gets the login error message |
| getCode | Gets the login error code |
| create | Creates a new instance of the login error class |