Package pyamf :: Package remoting :: Class ErrorFault
[hide private]
[frames] | no frames]

Class ErrorFault

source code


I represent an error level fault.

Nested Classes [hide private]

Inherited from BaseFault: __amf__

Instance Methods [hide private]

Inherited from BaseFault: __init__, __repr__, raiseException

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
str level = 'error'
The level of the fault.
Instance Variables [hide private]

Inherited from BaseFault: code, description, details

Properties [hide private]

Inherited from object: __class__