Skip to main content

Module error

Module error 

Source
Expand description

Typed errors for the array engine.

ArrayError is the crate-internal error enum. Every variant maps into the public NodeDbError::array constructor at the API boundary via the From impl at the bottom of this file.

Enums§

ArrayError
Crate-internal error enum.

Type Aliases§

ArrayResult
Crate-internal result alias.