Error raised when Oanda API returns an error response.
This error is raised when the Oanda API returns a non-2xx status code that doesn't fall into other specific error categories.
Summary
Types
@type t() :: %ExOanda.APIError{__exception__: true, message: String.t()}