View Source WaxAPIREST.Types.Error.InvalidField exception (wax_api_rest v0.3.0)

Link to this section Summary

Link to this section Types

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