Quiver.Error.StreamClosed exception (quiver v0.2.0)

Copy Markdown View Source

Attempted operation on a closed or non-existent HTTP/2 stream.

Summary

Types

t()

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

Functions

exception(args)

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

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

Keys

  • :stream_id