Nombaone.TimeoutError exception (Nomba One v0.1.0)

View Source

A single attempt exceeded its timeout budget. Retried automatically.

Summary

Types

t()

@type t() :: %Nombaone.TimeoutError{
  __exception__: true,
  message: String.t() | nil,
  reason: term()
}