Expand description
Client error types.
ClientError is the top-level error type for all A2A client operations.
Use ClientResult as the return type alias.
Enums§
- Client
Error - Errors that can occur during A2A client operations.
Type Aliases§
- Client
Result - Convenience type alias:
Result<T, ClientError>.