Bandit.HTTP2.Stream.recv_rst_stream

You're seeing just the function recv_rst_stream, go back to Bandit.HTTP2.Stream module for more information.
Link to this function

recv_rst_stream(stream, error_code)

View Source

Specs

recv_rst_stream(t(), Bandit.HTTP2.Errors.error_code()) ::
  {:ok, t()} | {:error, Bandit.HTTP2.Connection.error()}