Zazu.ConnectionError exception (zazu v0.2.1)

Copy Markdown View Source

Wraps transport-level failures (timeouts, DNS, refused).

Summary

Types

t()

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