Low-Power Border Router

LbrException.ClientConnectionError Class Reference

Exception class associated with connecting to the LBR. More...

Inherits LbrException::LbrException.

List of all members.

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

Detailed Description

Exception class associated with connecting to the LBR.


Member Data Documentation

Initial value:
{ 
        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.