Dredd.MapErrors (dredd v2.0.0)

This datastructure shows for which fields in a struct validation failed.

Link to this section Summary

Link to this section Types

@type error_t() :: Dredd.SingleError.t() | Dredd.ListErrors.t() | t()
@type t() :: %Dredd.MapErrors{
  errors: %{required(atom()) => error_t()},
  validator: :map
}