S06004
Error Code
S06004
Error Message
The function or procedure <xxx> is not defined. RefId: S06004
Probable Causes
The format of a function's fully qualified name is:
moduleName :: functionName
If the module name is empty, it refers to the global namespace.
For example, if the function f
does not exist in the
mod
namespace, this error is reported.
mod::f()
Solutions
Check if the function is defined in the specified namespace.