Database Error Messages

JZN-00042

Modification not allowed on read-only object

Cause

Read-only JavaScript Object Notation (JSON) objects could not be modified by Document Object Model (DOM) operations.


Action

This is a programming error. Correct the error by copying the DOM to a read/write DOM and then executing the modification.