Error Handling

class tissue_forge.Error
property err

Error code

property lineno

Originating line number

property fname

Originating file name

property func

Originating function name

__str__() str

Return str(self).

tissue_forge.err_occurred() bool

Check whether there is an error indicator.

tissue_forge.err_clear() void

Clear the error indicators. If no error indicator is set, there is no effect.

tissue_forge.err_get_all() std::vector< TissueForge::Error,std::allocator< TissueForge::Error > >

Get all error indicators

tissue_forge.err_get_first() TissueForge::Error

Get the first error

tissue_forge.err_clear_first() void

Clear the first error

tissue_forge.err_pop_first() TissueForge::Error

Get and clear the first error