Represents DOM exception code 7.
Source position: laz2_dom.pas line 57
const NO_MODIFICATION_ALLOWED_ERR = 7;
An attempt was made to modify an object where modifications are not allowed.