[1] This page summaries subtypes of exceptions thrown by [[manakai]]. Note that subtypes are returned by the [CODE(perl)@en[[[subtype]]]] attribute of an exception as a string. * The [CODE(DOMi)@en[DOMException]] interface - [2] [CODE(DOMc)@en[[[NO_MODIFICATION_ALLOWED_ERR]]]] -- [4] [CODE(DOM)@en[[[READ_ONLY_NODE_ERR]]]] [['''MAY''']] be thrown when an attempt is made to modify a read-only [CODE(DOMi)@en[[[Node]]]]. -- [3] [CODE(DOM)@en[[[READ_ONLY_NODE_LIST_ERR]]]] [['''MAY''']] be thrown when an attempt is made to modify a read-only [CODE(DOMi)@en[[[NodeList]]]]. - [5] [CODE(DOMc)@en[[[NOT_SUPPORTED_ERR]]]] -- [6] [CODE(DOM)@en[[[NON_HTML_OPERATION_ERR]]]] [['''MAY''']] be thrown when an attempt is made to modify XML-only thing in an [[HTML]] document. -- [7] [CODE(DOM)@en[[[UNKNOWN_XML_VERSION_ERR]]]] [['''MAY''']] be thrown when an an attempt is made to set [CODE(XMLa)@en[[[xmlVersion]]]] attribute to a value that is not supported. * memo