Function tskit::bindings::tsk_strerror

source ·
pub unsafe extern "C" fn tsk_strerror(err: c_int) -> *const c_char
Expand description

@brief Return a description of the specified error.

The memory for the returned string is handled by the library and should not be freed by client code.

@param err A tskit error code. @return A description of the error.