Zep.TransportError exception (Zep v1.0.0)

Copy Markdown View Source

Raised/returned when a request never reached the Zep API (timeouts, connection refused, DNS failures, etc), as distinct from Zep.Error which represents an API response with a non-2xx status.

Summary

Types

t()

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