Err class

A Python interface to FirmaSAT <http://www.cryptosys.net/firmasat/>.

class firmasat.Err

Details of errors returned by the core library.

static error_lookup(n)

Return a description of error code n.

static format_error_message(errcode=0)

Return an error message string for the last error.

Parameters:

errcode (int) – Error code returned by last call.

Returns:

Error message as a string.

Return type:

str

static last_error()

Return the last error message set by the toolkit, if any.