Skip to main content

Module error

Module error 

Source
Expand description

The crate’s single error type.

Every fallible public function returns [Error]; variants name the exact failure so a caller (or an agent reading a log) can branch on the cause without parsing a string.

Enums§

Error
A failure decoding a value, building/proving over the tree, or evaluating the pairing predicate.

Type Aliases§

Result
A Result specialized to this crate’s [Error].