1[
2    {
3        "type": "exception",
4        "name": "DOMException",
5        "members": [
6            {
7                "type": "field",
8                "name": "code",
9                "idlType": {
10                    "sequence": false,
11                    "generic": null,
12                    "nullable": false,
13                    "union": false,
14                    "idlType": "unsigned short"
15                },
16                "extAttrs": []
17            }
18        ],
19        "inheritance": null,
20        "extAttrs": []
21    },
22    {
23        "type": "exception",
24        "name": "HierarchyRequestError",
25        "members": [],
26        "inheritance": "DOMException",
27        "extAttrs": []
28    },
29    {
30        "type": "exception",
31        "name": "NoModificationAllowedError",
32        "members": [],
33        "inheritance": "DOMException",
34        "extAttrs": []
35    }
36]