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§
- Server
Error - Server framework error type.
Type Aliases§
- Server
Result - Convenience type alias:
Result<T, ServerError>.