Database Error Messages

JZN-00408

JSON_TRANSFORM operation called with NULL input

Cause

A JSON_TRANSFORM operation was called with an input value that was NULL and the operation had ERROR ON NULL handling specified.


Action

Ensure that the provided value is not NULL or remove the ERROR ON NULL option.