plumbapius v0.13.0 Plumbapius.Response.ErrorDescription

Link to this section Summary

Link to this section Types

Specs

t() :: %Plumbapius.Response.ErrorDescription{
  body: iodata(),
  content_type: String.t() | nil,
  error: any(),
  request: %{method: String.t(), path: String.t()},
  status: non_neg_integer()
}

Link to this section Functions

Link to this function

new(conn, error)

Specs

new(Plug.Conn.t(), any()) :: t()