c1218.errors

Exceptions

exception c1218.errors.C1218Error(msg, code=None)

This is a generic C1218 Error.

exception c1218.errors.C1218IOError(msg)

Raised when there is a problem sending or receiving data.

exception c1218.errors.C1218NegotiateError(msg, code=None)

Raised in response to an invalid reply to a Negotiate request.

exception c1218.errors.C1218ReadTableError(msg, code=None)

Raised when a table is not successfully read.

Parameters:errcode (int) – The error that was returned while reading the table.
exception c1218.errors.C1218WriteTableError(msg, code=None)

Raised when a table is not successfully written to.

Parameters:errcode (int) – The error that was returned while writing to the table.