Expand description
Errors returned by the SDK.
Operations return the narrowest error type for their surface. Errors expose classification and accessors relevant to that surface, so callers do not need to inspect display strings or unwrap the complete error hierarchy.
Structs§
- Server
Error - An error returned by an S2 server.
- Status
Code - An HTTP status code (
status-codein RFC 9110 et al.).
Enums§
- Append
Condition Failed - Why an append condition check failed.
- Append
Error - Errors returned by unary append operations.
- Append
Session Error - Errors returned by an append session.
- Caught
UpError - Error returned while waiting for a read session to catch up.
- Client
Error - A classified client-side error.
- Error
Code - Producer
Error - Errors from producer operations.
- Read
Error - Errors returned by unary read operations.
- Read
Session Error - Errors returned by a read session.
- Request
Error - Errors that can be returned by any network request.