Nombaone.BadRequestError exception (Nomba One v0.1.0)

View Source

400 — the request could not be understood.

Summary

Types

t()

@type t() :: %Nombaone.BadRequestError{
  __exception__: true,
  code: Nombaone.Error.code() | nil,
  doc_url: String.t() | nil,
  fields: %{optional(String.t()) => [String.t()]} | nil,
  hint: String.t() | nil,
  message: String.t() | nil,
  request_id: String.t() | nil,
  status: non_neg_integer() | nil
}