PB.Validate.CompileError exception (PB v0.1.0)

Copy Markdown View Source

Error raised when protovalidate rules fail to compile.

Summary

Types

t()

@type t() :: %PB.Validate.CompileError{
  __exception__: true,
  cause: Exception.t() | String.t() | term(),
  constraint_id: String.t(),
  message: String.t(),
  stage: atom(),
  target: String.t()
}