S09002

Error Code

S09002

Error Message

JIT: Built-in functions cannot be passed as arguments to the JIT function. RefId: S09002

Probable Causes

When a function is passed as a parameter to a JIT function, it can only be a user-defined function.

Solutions

Ensure that the passed function is user-defined.