Module error

Source
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§

CoinbaseIntxErrorMessage
Contains the specific error details provided by the Coinbase API.
CoinbaseIntxErrorResponse
Represents the JSON structure of an error response returned by the Coinbase API.

Enums§

CoinbaseIntxHttpError
A typed error enumeration for the Coinbase HTTP client.