package
0.7.2
Repository: https://github.com/bufbuild/protovalidate-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Merge is a utility to resolve and combine errors resulting from evaluation.
NewCompilationError creates a new CompilationError with the provided cause.
NewCompilationErrorf creates a new CompilationError, constructing a causal error from the provided format and args.
NewRuntimeError creates a new RuntimeError with the provided cause.
NewRuntimeErrorf creates a new RuntimeError, constructing a causal error from the provided format and args.
PrefixErrorPaths prepends the formatted prefix to the violations of a ValidationError.
PrefixFieldPaths prepends to the provided prefix to the error's internal field paths.

# Structs

A CompilationError is returned if a CEL expression cannot be compiled & type-checked or if invalid standard constraints are applied.
A RuntimeError is returned if a valid CEL expression evaluation is terminated.

# Type aliases

A ValidationError is returned if one or more constraint violations were detected.