MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Error

Method Error

parser/parser.go:246–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244}
245
246func (t *tooManyErrors) Error() string {
247 return fmt.Sprintf("More than %d syntax errors", t.errorReportingLimit)
248}
249
250var _ error = &tooManyErrors{}
251

Callers 15

SyntaxErrorMethod · 0.95
TestConfigErrorsFunction · 0.45
TestParseErrorFunction · 0.45
parseYAMLMethod · 0.45
TestRuleComposerErrorFunction · 0.45
TestCompileErrorFunction · 0.45
TestWhitespaceHanldingFunction · 0.45
ComposeMethod · 0.45

Calls

no outgoing calls

Tested by 11

TestConfigErrorsFunction · 0.36
TestParseErrorFunction · 0.36
TestRuleComposerErrorFunction · 0.36
TestCompileErrorFunction · 0.36
TestWhitespaceHanldingFunction · 0.36
TestUnescapeFunction · 0.36
TestUnparseErrorsFunction · 0.36