class twisted.protocols.amp.UnknownRemoteError(RemoteAmpError): (source)
This means that an error whose type we can't identify was raised from the other side.
Method | __init__ | Create a remote error with an error code and description. |
Inherited from RemoteAmpError:
Instance Variable | local | Undocumented |
Instance Variable | errorCode | Undocumented |
Instance Variable | description | Undocumented |
Instance Variable | fatal | Undocumented |
Create a remote error with an error code and description.
Parameters | description | some text to show to the user. (type: str ) |
errorCode | the AMP error code of this error. (type: bytes ) | |
fatal | a boolean, true if this error should terminate the connection. | |
local | a local Failure, if one exists. |