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

Method Error

parser/parser.go:239–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237}
238
239func (t *tooManyErrors) Error() string {
240 return fmt.Sprintf("More than %d syntax errors", t.errorReportingLimit)
241}
242
243var _ error = &tooManyErrors{}
244

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
OptimizeMethod · 0.45
OptimizeMethod · 0.45

Calls

no outgoing calls

Tested by 9

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