Skip to main content

Module error

Module error 

Source
Expand description

Typed protocol errors and command context. Structured protocol failures, independent of transport and binding errors.

Structs§

Error
Owned, cloneable protocol failure with no secret payload. Display is diagnostic English; applications own localization and transport errors.

Enums§

ErrorKind
Stable semantic categories for protocol failures. Transport errors stay outside the core; callers must allow future variants of this non-exhaustive enum.
Phase
Context in which a protocol error was classified.
SecretReference
Credential involved in an authentication error; never contains its bytes.