Skip to main content

Module error

Module error 

Source
Expand description

Client-side error taxonomy. ClientError taxonomy and transport/proto error mapping.

Every variant carries an ErrorDetail: the server’s human detail message plus, when the wire carried one, the structured error_type discriminator. Nothing the server sends is dropped on the client side — callers branch on the variant, render detail.message, and may surface detail.error_type for diagnostics.

Structs§

ErrorDetail
Diagnostic payload carried by every ClientError variant.

Enums§

ClientError
Branchable caller-side error taxonomy shared by every aion client SDK.