New error code for function-related errors

Attention

This behavior change is in the 2026_01 bundle.

For the current status of the bundle, refer to Bundle history.

The error code of messages that are returned when there is a problem with a function call is changing as follows:

Before the change:

The error code of function-related errors is 002140.

002140=SQL compilation error: Unknown function

After the change:

The error code of function-related errors is 002139.

002139=SQL compilation error: Unknown function

An error message with the new error code includes additional information when the error occurred because the caller didn’t have the correct access control privileges.

Ref: 2124