Module golgi::error

source · []
Expand description

Custom error type.

Enums

A custom error type encapsulating all possible errors for this library. From implementations are provided for external error types, allowing the ? operator to be used on functions which return Result<_, GolgiError>.