Quiver.Error.QUICHandshakeFailed exception (quiver v0.3.0)

Copy Markdown View Source

QUIC or HTTP/3 connection handshake failed before reaching :connected.

Transient because the failure may be transport or peer related and a retry on a new connection can succeed.

Summary

Types

t()

@type t() :: Splode.Error.t()

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Quiver.Error.QUICHandshakeFailed{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  origin: term(),
  path: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Quiver.Error.QUICHandshakeFailed without raising it.

Keys

  • :origin
  • :reason