Module in3::error[][src]

Errors used throughout the library.

Enums

Error

Error type that represents all possible errors in the lib

SysError

Errors either originating in the C code (that map to in3_ret_t) or low-level errors in unsafe code. Enabling logging should help with debugging such errors.

Type Definitions

In3Result

Generic Result type for IN3 errors.