Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

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.