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

Connection-level error post-handshake (RFC 9000 Section 20 / RFC 9114 Section 8).

Unrecoverable: the connection is dead and retrying immediately is unlikely
to help.

# `t`

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

# `exception`

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

Create an `Elixir.Quiver.Error.QUICTransportError` without raising it.

## Keys

- :code
- :reason

---

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