Expand description

Package error contains struct Error used to wrap library errors.

Structs

Error struct represents error than can occur during library processing/execution.

Enums

Enumeration of error root causes. Where appropriate it wraps underlying error.

Functions

Converts underlying C API error represented by error code into Error structure.

Type Definitions

Convenience type so that we can use Result<T> instead of Result<T, E>.