Taly.ValidateError exception (taly v0.1.2)

the result after validate/3 return :error.

  • :message - error message.
  • :value - error value.
  • :path - key path.

Link to this section Summary

Link to this section Types

Specs

t() :: %Taly.ValidateError{
  __exception__: term(),
  message: term(),
  path: term(),
  value: term()
}