BinanceElixir.Error exception (binance_elixir v0.2.1)

Copy Markdown View Source

An HTTP, Binance API, validation, or transport failure.

Summary

Types

t()

@type t() :: %BinanceElixir.Error{
  __exception__: true,
  client_order_id: String.t() | nil,
  code: integer() | nil,
  headers: map() | nil,
  message: String.t() | nil,
  reason: term(),
  retry_after: non_neg_integer() | nil,
  status: integer() | nil,
  type: atom() | nil,
  unknown_execution?: boolean()
}