Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
246
func
(t *tooManyErrors) Error() string {
247
return
fmt.Sprintf(
"More than %d syntax errors"
, t.errorReportingLimit)
248
}
249
250
var
_ error = &tooManyErrors{}
251
Callers
15
SyntaxError
Method · 0.95
TestConfigErrors
Function · 0.45
TestParseError
Function · 0.45
parseYAML
Method · 0.45
TestRuleComposerError
Function · 0.45
TestCompileError
Function · 0.45
TestMaxNestedExpressions_Error
Function · 0.45
TestWhitespaceHanlding
Function · 0.45
TestWhitespaceHandlingErrorPresentation
Function · 0.45
TestCompileYAMLPolicy_Aggregate
Function · 0.45
TestCompileYAMLPolicy_ConditionAlwaysFalse
Function · 0.45
Compose
Method · 0.45
Calls
no outgoing calls
Tested by
11
TestConfigErrors
Function · 0.36
TestParseError
Function · 0.36
TestRuleComposerError
Function · 0.36
TestCompileError
Function · 0.36
TestMaxNestedExpressions_Error
Function · 0.36
TestWhitespaceHanlding
Function · 0.36
TestWhitespaceHandlingErrorPresentation
Function · 0.36
TestCompileYAMLPolicy_Aggregate
Function · 0.36
TestCompileYAMLPolicy_ConditionAlwaysFalse
Function · 0.36
TestUnescape
Function · 0.36
TestUnparseErrors
Function · 0.36