WaxAPIREST.Types.Error.InvalidField exception (wax_api_rest v0.5.0)

View Source

Summary

Types

t()

@type t() :: %WaxAPIREST.Types.Error.InvalidField{
  __exception__: true,
  accepted_value: [String.t()],
  field: String.t(),
  reason: String.t() | nil,
  value: String.t()
}