StrawHat v0.6.0 StrawHat.Error.ChangesetParser View Source
Ecto.Changeset parser that transforms the Ecto.Changeset errors into
list of %StrawHat.Error{}
.
Link to this section Summary
Functions
Parse an %Ecto.Changeset{}
errors into a list of %StrawHat.Error{}
.
Link to this section Functions
Link to this function
parse(changeset)
View Sourceparse(Ecto.Changeset.t()) :: [StrawHat.Error.t()]
Parse an %Ecto.Changeset{}
errors into a list of %StrawHat.Error{}
.