Skip to main content

Module error

Module error 

Source
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§

ClientError
Errors that can occur during A2A client operations.

Type Aliases§

ClientResult
Convenience type alias: Result<T, ClientError>.