Skip to main content

Module error

Module error 

Source
Expand description

Defines error types and result aliases for the SDK.

Structs§

ApiErrorDetails
Detailed information about an API error.
ApiErrorResponse
The structure of a standard error response from the Rainy API.

Enums§

RainyError
The comprehensive error type for all operations within the Rainy SDK.

Type Aliases§

Result
A convenience type alias for Result<T, RainyError>.