# `Quiver.Error.QUICHandshakeFailed`
[🔗](https://github.com/edlontech/quiver/blob/main/lib/quiver/error/quic_handshake_failed.ex#L1)

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.

# `t`

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

# `exception`

```elixir
@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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
