@@ -59,7 +59,7 @@ if res.status_code == 200:
5959
6060| Error Object | Status Code | Content Type |
6161| --------------- | --------------- | --------------- |
62- | errors.SDKError | 400-600 | * /* |
62+ | errors.SDKError | 4x-5xx | * /* |
6363
6464## find_api_endpoint
6565
@@ -105,7 +105,7 @@ if res.api_endpoint is not None:
105105
106106| Error Object | Status Code | Content Type |
107107| --------------- | --------------- | --------------- |
108- | errors.SDKError | 400-600 | * /* |
108+ | errors.SDKError | 4x-5xx | * /* |
109109
110110## generate_open_api_spec_for_api_endpoint
111111
@@ -151,7 +151,7 @@ if res.generate_open_api_spec_diff is not None:
151151
152152| Error Object | Status Code | Content Type |
153153| --------------- | --------------- | --------------- |
154- | errors.SDKError | 400-600 | * /* |
154+ | errors.SDKError | 4x-5xx | * /* |
155155
156156## generate_postman_collection_for_api_endpoint
157157
@@ -196,7 +196,7 @@ if res.postman_collection is not None:
196196
197197| Error Object | Status Code | Content Type |
198198| --------------- | --------------- | --------------- |
199- | errors.SDKError | 400-600 | * /* |
199+ | errors.SDKError | 4x-5xx | * /* |
200200
201201## get_all_api_endpoints
202202
@@ -239,7 +239,7 @@ if res.classes is not None:
239239
240240| Error Object | Status Code | Content Type |
241241| --------------- | --------------- | --------------- |
242- | errors.SDKError | 400-600 | * /* |
242+ | errors.SDKError | 4x-5xx | * /* |
243243
244244## get_all_for_version_api_endpoints
245245
@@ -283,7 +283,7 @@ if res.classes is not None:
283283
284284| Error Object | Status Code | Content Type |
285285| --------------- | --------------- | --------------- |
286- | errors.SDKError | 400-600 | * /* |
286+ | errors.SDKError | 4x-5xx | * /* |
287287
288288## get_api_endpoint
289289
@@ -328,7 +328,7 @@ if res.api_endpoint is not None:
328328
329329| Error Object | Status Code | Content Type |
330330| --------------- | --------------- | --------------- |
331- | errors.SDKError | 400-600 | * /* |
331+ | errors.SDKError | 4x-5xx | * /* |
332332
333333## upsert_api_endpoint
334334
@@ -381,4 +381,4 @@ if res.api_endpoint is not None:
381381
382382| Error Object | Status Code | Content Type |
383383| --------------- | --------------- | --------------- |
384- | errors.SDKError | 400-600 | * /* |
384+ | errors.SDKError | 4x-5xx | * /* |
0 commit comments