kubernetes/vendor/github.com/google/cel-go/parser/errors.go

type parseErrors

// errorCount indicates the number of errors reported.
func (e *parseErrors) errorCount() int {}

func (e *parseErrors) internalError(message string) {}

func (e *parseErrors) syntaxError(l common.Location, message string) {}

func (e *parseErrors) reportErrorAtID(id int64, l common.Location, message string, args ...any) {}