plumbapius v0.13.0 Plumbapius.Request.ErrorDescription

Link to this section Summary

Link to this section Types

Specs

t() :: %Plumbapius.Request.ErrorDescription{
  body: %{optional(binary()) => term()},
  error: any(),
  method: String.t(),
  path: String.t()
}

Link to this section Functions

Link to this function

new(conn, error)

Specs

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