Expand description
Error type, result alias, and wire-format error payload.
Structs§
- ApiError
Payload - Wire-format error payload, as it appears inside an HTTP error response or
inside a streaming
errorevent.
Enums§
- ApiError
Kind - Categories of errors the Anthropic API can return.
- Error
- Errors returned by this crate.
- Stream
Error streaming - Errors specific to the streaming layer.
Type Aliases§
- Result
- Crate-wide result alias.