Polarex.ValidationError (Polarex v0.3.0)

View Source

Provides struct and type for a ValidationError

Summary

Types

t()

@type t() :: %Polarex.ValidationError{
  ctx: map() | nil,
  input: map() | nil,
  loc: [integer() | String.t()],
  msg: String.t(),
  type: String.t()
}