Expand description
Error handling
Enums§
Functions§
- extract_
error_ message - Given an instance of
TskReturnValue, obtain the tskit error message if there is indeed an error. - get_
tskit_ error_ message - Given a return value from low-level tskit function, obtain the corresponding error message.
- panic_
on_ tskit_ error - Takes the return code from a tskit function and panics if the code indicates an error. The error message is included in the panic statement.