exception documentation

This error indicates that something went wrong on the remote end of the connection, and the error was serialized and transmitted to you.

Method __init__ Create a remote error with an error code and description.
Instance Variable description Undocumented
Instance Variable errorCode Undocumented
Instance Variable fatal Undocumented
Instance Variable local Undocumented
def __init__(self, errorCode, description, fatal=False, local=None): (source)

Create a remote error with an error code and description.

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

Undocumented

errorCode = (source)

Undocumented

Undocumented

Undocumented