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

Method NewError

parser/macro.go:294–294  ·  view source on GitHub ↗

NewError associates an error message with a given expression id.

(exprID int64, message string)

Source from the content-addressed store, hash-verified

292
293 // NewError associates an error message with a given expression id.
294 NewError(exprID int64, message string) *common.Error
295}
296
297var (

Callers 12

MakeMapFunction · 0.65
MakeFilterFunction · 0.65
MakeHasFunction · 0.65
makeQuantifierFunction · 0.65
celBindFunction · 0.65
extractIterVarsFunction · 0.65
extractIterVarFunction · 0.65
sortByMacroFunction · 0.65
mathLeastFunction · 0.65
mathGreatestFunction · 0.65
checkInvalidArgsFunction · 0.65
getExtFieldNameFunction · 0.65

Implementers 1

exprHelperparser/helper.go

Calls

no outgoing calls

Tested by

no test coverage detected