Type Definition tskit::TskReturnValue[][src]

type TskReturnValue = Result<i32, TskitError>;

Handles return codes from low-level tskit functions.

When an error from the tskit C API is detected, the error message is stored for diplay.