View Source Mecto.SchemaValidator.Result (mecto v0.7.2)

Used by Mecto.SchemaValidator to track the results of schema validation.

Summary

Types

@type t() :: %Mecto.SchemaValidator.Result{error: list(), ok: map(), path: list()}

Functions

Link to this function

add_error(result, field, error)

View Source
Link to this function

merge(result, key, value)

View Source