MCPcopy
hub / github.com/helm/helm / ValidationErrorf

Function ValidationErrorf

pkg/chart/v2/errors.go:28–30  ·  view source on GitHub ↗

ValidationErrorf takes a message and formatting options and creates a ValidationError

(msg string, args ...any)

Source from the content-addressed store, hash-verified

26
27// ValidationErrorf takes a message and formatting options and creates a ValidationError
28func ValidationErrorf(msg string, args ...any) ValidationError {
29 return ValidationError(fmt.Sprintf(msg, args...))
30}

Callers 2

ValidateMethod · 0.70
ValidateMethod · 0.70

Calls 1

ValidationErrorTypeAlias · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…