Part of bzrlib.errors View In Hierarchy
An ErrorFromSmartServer could not be translated into a typical bzrlib error.
This is distinct from ErrorFromSmartServer so that it is possible to distinguish between the following two cases:
| Method | __init__ | Constructor. |
Inherited from BzrError:
| Method | __unicode__ | Undocumented |
| Method | __str__ | Undocumented |
| Method | __repr__ | Undocumented |
| Method | __eq__ | Undocumented |
| Method | _format | Undocumented |
| Method | _get_format_string | Return format string for this exception or None |
| Parameters | error_from_smart_server | An ErrorFromSmartServer instance. |