Nombaone.ConnectionError exception (Nomba One v0.1.0)

View Source

The request never completed — DNS failure, connection reset, or TLS error. reason carries the underlying transport term.

Summary

Types

t()

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