Expand description
Defines the error structures and enumerations for the Coinbase International integration.
This module includes data types for deserializing exchange errors from Coinbase International
(CoinbaseIntxErrorResponse
, CoinbaseIntxErrorMessage
), as well as a higher-level typed
error enum (CoinbaseIntxHttpError
) that represents the various failure states in
the client (e.g., missing credentials, network errors, unexpected status
codes, etc.).
Structs§
- Coinbase
Intx Error Message - Contains the specific error details provided by the Coinbase API.
- Coinbase
Intx Error Response - Represents the JSON structure of an error response returned by the Coinbase API.
Enums§
- Coinbase
Intx Http Error - A typed error enumeration for the Coinbase HTTP client.