Monzo.Error.TimeoutError exception (monzo_client v1.0.0)

Copy Markdown View Source

Raised when a request exceeds the configured timeout.

Summary

Types

t()

@type t() :: %Monzo.Error.TimeoutError{
  __exception__: true,
  path: String.t(),
  timeout_ms: pos_integer()
}