Bingex.API.Error exception (Bingex v0.1.7)
Represents an error that occurs within the BingX API.
This module defines a custom exception struct for handling API-related errors, encapsulating the reason for the failure.
Summary
Types
@type t() :: %Bingex.API.Error{__exception__: true, reason: term()}