twisted.protocols.amp.UnknownRemoteError(RemoteAmpError)
class documentationtwisted.protocols.amp
View Source
(View In Hierarchy)
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. |
Create a remote error with an error code and description.
Parameters | errorCode | the AMP error code of this error. (type: bytes ) |
description | some text to show to the user. (type: str ) | |
fatal | a boolean, true if this error should terminate the connection. | |
local | a local Failure, if one exists. |