Skip to main content

Module error

Module error 

Source
Expand description

Semantic errors for service and backend operations.

Error deliberately exposes only a stable semantic ErrorKind. Human-readable context and the source chain retain diagnostic detail without making backend implementation details part of the service API.

Structs§

Error
Opaque service error with a stable semantic kind.
Panic
A panic captured from a service task.

Enums§

ErrorKind
The client-visible semantic classification of a service error.

Traits§

ResultExt
Adds a semantic kind and optional context when converting an external error.

Type Aliases§

Result
Result type for service operations.