ExOanda.DecodeError exception (ExOanda v0.1.1)

View Source

Error raised when JSON decoding fails.

This error is raised when Jason.decode!/1 encounters invalid JSON during streaming operations or other JSON parsing scenarios.

Summary

Types

t()

@type t() :: %ExOanda.DecodeError{
  __exception__: true,
  message: String.t(),
  reason: String.t() | atom()
}