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

Method ReportError

common/errors.go:45–47  ·  view source on GitHub ↗

ReportError records an error at a source location.

(l Location, format string, args ...any)

Source from the content-addressed store, hash-verified

43
44// ReportError records an error at a source location.
45func (e *Errors) ReportError(l Location, format string, args ...any) {
46 e.ReportErrorAtID(0, l, format, args...)
47}
48
49// ReportErrorString records an error at a source location.
50func (e *Errors) ReportErrorString(l Location, message string) {

Callers 15

TestErrorsFunction · 0.95
TestErrorsReportingLimitFunction · 0.95
Start_Method · 0.80
ExprMethod · 0.80
ConditionalOrMethod · 0.80
ConditionalAndMethod · 0.80
relationMethod · 0.80
calcMethod · 0.80
UnaryMethod · 0.80

Calls 1

ReportErrorAtIDMethod · 0.95