Mercury.NetworkError exception (mercury_client v1.0.0)

Copy Markdown View Source

Wraps a low-level transport failure (connection refused, DNS failure, etc).

Summary

Types

t()

@type t() :: %Mercury.NetworkError{
  __exception__: true,
  message: String.t(),
  reason: term()
}