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()
Check whether there is an error indicator.
- tissue_forge.err_clear()
Clear the error indicators. If no error indicator is set, there is no effect.
- tissue_forge.err_get_all()
Get all error indicators
- tissue_forge.err_get_first()
Get the first error
- tissue_forge.err_clear_first()
Clear the first error
- tissue_forge.err_pop_first()
Get and clear the first error