exception documentation

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 description Undocumented
Instance Variable errorCode Undocumented
Instance Variable fatal Undocumented
Instance Variable local Undocumented
def __init__(self, description): (source)

Create a remote error with an error code and description.

Parameters
description:strsome text to show to the user.
errorCode:bytesthe AMP error code of this error.
fatala boolean, true if this error should terminate the connection.
locala local Failure, if one exists.