![]() |
Low-Power Border Router
|
Exception class associated with usin the userDB. More...
Inherits LbrException::LbrException.
Static Public Attributes | |
| int | UNKNOWN_USERNAME = 1 |
| int | USERNAME_EXISTS = 2 |
| int | SUBPREFIX_LENGTH_ERROR = 3 |
| int | SUBPREFIX_FORMAT_ERROR = 4 |
| int | USER_CONNECTED = 5 |
| int | USER_DISCONNECTED = 6 |
| int | INVALID_SECLEVEL = 7 |
| int | CREDENTIALS_MISSING = 8 |
| int | CREDENTIALS_NEEDED = 9 |
| dictionary | descriptions |
Exception class associated with usin the userDB.
int LbrException.UserDbError.UNKNOWN_USERNAME = 1 [static] |
int LbrException.UserDbError.USERNAME_EXISTS = 2 [static] |
int LbrException.UserDbError.SUBPREFIX_LENGTH_ERROR = 3 [static] |
int LbrException.UserDbError.SUBPREFIX_FORMAT_ERROR = 4 [static] |
int LbrException.UserDbError.USER_CONNECTED = 5 [static] |
int LbrException.UserDbError.USER_DISCONNECTED = 6 [static] |
int LbrException.UserDbError.INVALID_SECLEVEL = 7 [static] |
int LbrException.UserDbError.CREDENTIALS_MISSING = 8 [static] |
int LbrException.UserDbError.CREDENTIALS_NEEDED = 9 [static] |
dictionary LbrException.UserDbError.descriptions [static] |
{
UNKNOWN_USERNAME: 'Unkonwn username',
USERNAME_EXISTS: 'Username already exists',
SUBPREFIX_LENGTH_ERROR: 'Invalid subprefix length',
SUBPREFIX_FORMAT_ERROR: 'Invalid subprefix format',
USER_CONNECTED: 'User currently connected',
USER_DISCONNECTED: 'User currently disconnected',
INVALID_SECLEVEL: 'Invalid security level',
CREDENTIALS_MISSING: 'Missing credentials',
CREDENTIALS_NEEDED: 'Credentials are needed',
}
Reimplemented from LbrException.LbrException.