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