ExOanda.TransportError exception (ExOanda v0.1.1)

View Source

Error raised when transport/connection issues occur.

This error is raised when Req encounters transport errors, connection issues, timeouts, or other network-related problems.

Summary

Types

t()

@type t() :: %ExOanda.TransportError{
  __exception__: true,
  error_type: :transport | :http | :timeout | :other,
  message: String.t(),
  reason: atom() | String.t()
}