Part of twisted.protocols.amp View Source View In Hierarchy
| Method | __init__ | Create a remote error with an error code and description. |
| Parameters | errorCode | the AMP error code of this error. |
| description | some text to show to the user. | |
| fatal | a boolean, true if this error should terminate the connection. | |
| local | a local Failure, if one exists. |