Skip to main content

Module error

Module error 

Source
Expand description

Failures the problem instance builders raise.

Error carries what this crate constructs and wraps the crates beneath it, so ? moves a failure across the boundary without restating it. A caller that only wants the coarse split reads Error::category, which is the same taxonomy every powerio surface uses.

Enums§

Error
A problem instance failure.

Type Aliases§

Result
The result type every fallible entry point in this crate returns.