Package tlslite :: Module errors :: Class TLSAlert
[hide private]
[frames] | no frames]

type TLSAlert

source code

Known Subclasses:

A TLS alert has been signalled.

Instance Methods [hide private]

Inherited from TLSError: __str__

Inherited from exceptions.Exception: __init__, __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __unicode__

Class Variables [hide private]
  _descriptionStr = {0: 'close_notify', 10: 'unexpected_message'...
Properties [hide private]

Inherited from exceptions.BaseException: args, message

Class Variable Details [hide private]

_descriptionStr

Value:
{0: 'close_notify',
 10: 'unexpected_message',
 20: 'bad_record_mac',
 21: 'decryption_failed',
 22: 'record_overflow',
 30: 'decompression_failure',
 40: 'handshake_failure',
 41: 'no certificate',
...