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

Peer reset a request stream with RESET_STREAM (RFC 9114 Section 4.1).

# `t`

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

# `exception`

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

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

## Keys

- :stream_id
- :code

---

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