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

An error that is returned or raised when validation fails.

Summary

Types

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