ExOanda.APIError exception (ExOanda v0.2.3)

Copy Markdown View Source

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

t()

@type t() :: %ExOanda.APIError{__exception__: true, message: String.t()}