Expand description
Transport-neutral error type shared across the crate.
Structs§
- Error
Info - Structured protocol error detail modeled after
google.rpc.ErrorInfo. - Problem
Details - Structured HTTP error payload using RFC 9457-style problem details.
Enums§
- A2AError
- Unified error type for A2A protocol, HTTP, and serialization failures.
Constants§
- ERROR_
INFO_ DOMAIN - Domain used for SDK-generated structured error details.
- ERROR_
INFO_ TYPE_ URL - Type URL used for structured
ErrorInfoentries.