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§
- Error
Detail - Diagnostic payload carried by every
ClientErrorvariant.
Enums§
- Client
Error - Branchable caller-side error taxonomy shared by every aion client SDK.