Skip to main content

Module error

Module error 

Source
Expand description

Server-specific error types.

ServerError wraps lower-level errors and A2A protocol errors into a unified enum for the server framework. Use ServerError::to_a2a_error to convert back to a protocol-level A2aError for wire responses.

Enums§

ServerError
Server framework error type.

Type Aliases§

ServerResult
Convenience type alias: Result<T, ServerError>.