Skip to main content

Module error

Module error 

Source
Expand description

The error a store call can fail with.

The variants are split by what a caller can do about them, not by where they were raised. Busy says another call is worth making; Validation says the event was wrong and no retry will change that; Storage says the database itself failed; Unsupported says the request was well-formed and this backend has no answer for it.

Enums§

Error
#[non_exhaustive] because this list is not finished.

Type Aliases§

Result
The result of every fallible store operation.