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

Method NewError

cel/macro.go:142–142  ·  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

140
141 // NewError associates an error message with a given expression id.
142 NewError(exprID int64, message string) *Error
143}
144
145// MacroOpt defines a functional option for configuring macro behavior.

Callers 7

HasMacroExpanderFunction · 0.65
NewErrorMethod · 0.65
optMapFunction · 0.65
optFlatMapFunction · 0.65
celBlockFunction · 0.65
celIndexFunction · 0.65
celCompreVarFunction · 0.65

Implementers 1

adaptingHelpercel/macro.go

Calls

no outgoing calls

Tested by 3

celBlockFunction · 0.52
celIndexFunction · 0.52
celCompreVarFunction · 0.52