class documentation
class DefaultFailureConverterWithEncodedAttributes(DefaultFailureConverter): (source)
Constructor: DefaultFailureConverterWithEncodedAttributes()
Implementation of DefaultFailureConverter which moves message
and stack trace to encoded attributes subject to a codec.
| Method | __init__ |
Create a default failure converter with encoded attributes. |
Inherited from DefaultFailureConverter:
| Method | from |
See base class. |
| Method | to |
See base class. |
| Method | _error |
Undocumented |
| Method | _nexus |
Undocumented |
| Instance Variable | _encode |
Undocumented |
Inherited from FailureConverter (via DefaultFailureConverter):
| Class Variable | default |
Default failure converter. |