![]() |
Low-Power Border Router
|
Exception class associated with connecting to the LBR. More...
Inherits LbrException::LbrException.
Static Public Attributes | |
| int | ERR_SECLEVEL_RX = 1 |
| int | ERR_SECLEVEL_MALFORMED = 2 |
| int | ERR_SECLEVEL_UNSUPPORTED = 3 |
| int | ERR_SECLEVEL_TX = 4 |
| int | ERR_USERNAME_RX = 5 |
| int | ERR_USERNAME_MALFORMED = 6 |
| int | ERR_USERNAME_UNKNOWN = 7 |
| int | ERR_USERNAME_TX = 8 |
| int | ERR_SECLEVEL_WRONG = 9 |
| int | ERR_PASSWORD_RX = 10 |
| int | ERR_PASSWORD_MALFORMED = 11 |
| int | ERR_PASSWORD_NONE = 12 |
| int | ERR_PASSWORD_WRONG = 13 |
| int | ERR_PUBLICKEY_NONE = 14 |
| int | ERR_SSL_WRAPPING = 15 |
| int | ERR_PREFIX_TX = 16 |
| dictionary | descriptions |
Exception class associated with connecting to the LBR.
int LbrException.ClientConnectionError.ERR_SECLEVEL_RX = 1 [static] |
int LbrException.ClientConnectionError.ERR_SECLEVEL_MALFORMED = 2 [static] |
int LbrException.ClientConnectionError.ERR_SECLEVEL_UNSUPPORTED = 3 [static] |
int LbrException.ClientConnectionError.ERR_SECLEVEL_TX = 4 [static] |
int LbrException.ClientConnectionError.ERR_USERNAME_RX = 5 [static] |
int LbrException.ClientConnectionError.ERR_USERNAME_MALFORMED = 6 [static] |
int LbrException.ClientConnectionError.ERR_USERNAME_UNKNOWN = 7 [static] |
int LbrException.ClientConnectionError.ERR_USERNAME_TX = 8 [static] |
int LbrException.ClientConnectionError.ERR_SECLEVEL_WRONG = 9 [static] |
int LbrException.ClientConnectionError.ERR_PASSWORD_RX = 10 [static] |
int LbrException.ClientConnectionError.ERR_PASSWORD_MALFORMED = 11 [static] |
int LbrException.ClientConnectionError.ERR_PASSWORD_NONE = 12 [static] |
int LbrException.ClientConnectionError.ERR_PASSWORD_WRONG = 13 [static] |
int LbrException.ClientConnectionError.ERR_PUBLICKEY_NONE = 14 [static] |
int LbrException.ClientConnectionError.ERR_SSL_WRAPPING = 15 [static] |
int LbrException.ClientConnectionError.ERR_PREFIX_TX = 16 [static] |
dictionary LbrException.ClientConnectionError.descriptions [static] |
{
ERR_SECLEVEL_RX: 'Could not receive security capability',
ERR_SECLEVEL_MALFORMED: 'Malformed received security capability',
ERR_SECLEVEL_UNSUPPORTED: 'Unsupported requested security level',
ERR_SECLEVEL_TX: 'Could not send security capability',
ERR_USERNAME_RX: 'Could not receive username',
ERR_USERNAME_MALFORMED: 'Malformed received username',
ERR_USERNAME_UNKNOWN: 'Unknown received username',
ERR_USERNAME_TX: 'Could not echo back username',
ERR_SECLEVEL_WRONG: 'Requested security level is not what we have on file',
ERR_PASSWORD_RX: 'Could not receive password',
ERR_PASSWORD_MALFORMED: 'Malformed password',
ERR_PASSWORD_NONE: 'No password on file',
ERR_PASSWORD_WRONG: 'Wrong password',
ERR_PUBLICKEY_NONE: 'No public key on file',
ERR_SSL_WRAPPING: 'Problem during SSL wrapping',
ERR_PREFIX_TX: 'Could not send prefix',
}
Reimplemented from LbrException.LbrException.