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

Request was not processed by the peer before GOAWAY (RFC 9114 Section 5.2).

Transient: the request can be safely retried on a fresh connection.

# `t`

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

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Quiver.Error.H3GoAway{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  goaway_id: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  stream_id: term(),
  unprocessed_stream: term(),
  vars: term()
}
```

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

## Keys

- :goaway_id
- :stream_id
- :unprocessed_stream

---

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