lib/binance/errors/insufficient_balance_error.ex

defmodule Binance.Errors.InsufficientBalanceError do
  @enforce_keys [:code, :msg]
  defstruct [:code, :msg]
end