View Source Vx.Error exception (Vx v0.4.0)

An error that is returned or raised when validation fails.

Summary

Types

@type t() :: %Vx.Error{
  __exception__: true,
  message: String.t(),
  schema: Vx.schema(),
  value: any()
}