1{
2    "shapeModifiers": {
3        // Do not keep adding to this list. Make the service team do the right thing across all SDKs.
4        "AccessDeniedException": {
5            "modify": [
6                {
7                    "error_description": {
8                        "emitPropertyName": "errorDescription",
9                        "existingNameDeprecated": true
10                    }
11                }
12            ]
13        },
14        "AuthorizationPendingException": {
15            "modify": [
16                {
17                    "error_description": {
18                        "emitPropertyName": "errorDescription",
19                        "existingNameDeprecated": true
20                    }
21                }
22            ]
23        },
24        "ExpiredTokenException": {
25            "modify": [
26                {
27                    "error_description": {
28                        "emitPropertyName": "errorDescription",
29                        "existingNameDeprecated": true
30                    }
31                }
32            ]
33        },
34        "InternalServerException": {
35            "modify": [
36                {
37                    "error_description": {
38                        "emitPropertyName": "errorDescription",
39                        "existingNameDeprecated": true
40                    }
41                }
42            ]
43        },
44        "InvalidClientException": {
45            "modify": [
46                {
47                    "error_description": {
48                        "emitPropertyName": "errorDescription",
49                        "existingNameDeprecated": true
50                    }
51                }
52            ]
53        },
54        "InvalidClientMetadataException": {
55            "modify": [
56                {
57                    "error_description": {
58                        "emitPropertyName": "errorDescription",
59                        "existingNameDeprecated": true
60                    }
61                }
62            ]
63        },
64        "InvalidGrantException": {
65            "modify": [
66                {
67                    "error_description": {
68                        "emitPropertyName": "errorDescription",
69                        "existingNameDeprecated": true
70                    }
71                }
72            ]
73        },
74        "InvalidRequestException": {
75            "modify": [
76                {
77                    "error_description": {
78                        "emitPropertyName": "errorDescription",
79                        "existingNameDeprecated": true
80                    }
81                }
82            ]
83        },
84        "InvalidScopeException": {
85            "modify": [
86                {
87                    "error_description": {
88                        "emitPropertyName": "errorDescription",
89                        "existingNameDeprecated": true
90                    }
91                }
92            ]
93        },
94        "SlowDownException": {
95            "modify": [
96                {
97                    "error_description": {
98                        "emitPropertyName": "errorDescription",
99                        "existingNameDeprecated": true
100                    }
101                }
102            ]
103        },
104        "UnauthorizedClientException": {
105            "modify": [
106                {
107                    "error_description": {
108                        "emitPropertyName": "errorDescription",
109                        "existingNameDeprecated": true
110                    }
111                }
112            ]
113        },
114        "UnsupportedGrantTypeException": {
115            "modify": [
116                {
117                    "error_description": {
118                        "emitPropertyName": "errorDescription",
119                        "existingNameDeprecated": true
120                    }
121                }
122            ]
123        },
124        "InvalidRequestRegionException": {
125            "modify": [
126                {
127                    "error_description": {
128                        "emitPropertyName": "errorDescription",
129                        "existingNameDeprecated": true
130                    }
131                }
132            ]
133        }
134    }
135}