Plumbapius.Response.ErrorDescription (plumbapius v0.18.0)

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

new(conn, validation_error)

Specs

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