Skip to main content

Module error

Module error 

Source
Expand description

Crate-wide error type. Every public method on crate::Service returns Result<_, Error>. Boundary adapters (the built-in Axum routes, downstream UI shims) convert this into HTTP status codes or whatever shape the surrounding host expects.

Enums§

Error
Every fallible operation in postcrate-core returns this.

Type Aliases§

Result