Polarex.ValidationError (Polarex v0.2.1)

View Source

Provides struct and type for a ValidationError

Summary

Types

t()

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