This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -1233,6 +1233,50 @@ components:
1233
1233
associated with the order, the state of the order, and a list of the
1234
1234
successfully imported Telephone Numbers, and descriptions of any
1235
1235
encountered errors.
1236
+ rateCenter401Error:
1237
+ content:
1238
+ application/json:
1239
+ examples:
1240
+ example:
1241
+ value:
1242
+ description: Client is providing incorrect or invalid credentials.
1243
+ type: unauthorized
1244
+ schema:
1245
+ $ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1246
+ description: Client is providing incorrect or invalid credentials.
1247
+ rateCenter403Error:
1248
+ content:
1249
+ application/json:
1250
+ examples:
1251
+ example:
1252
+ value:
1253
+ description: Client does not have access rights to the content.
1254
+ type: forbidden
1255
+ schema:
1256
+ $ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1257
+ description: Client is providing incorrect or invalid credentials.
1258
+ rateCenter429Error:
1259
+ content:
1260
+ application/json:
1261
+ examples:
1262
+ example:
1263
+ value:
1264
+ description: Too many requests.
1265
+ type: too many requests
1266
+ schema:
1267
+ $ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1268
+ description: Too many requests.
1269
+ rateCenter500Error:
1270
+ content:
1271
+ application/json:
1272
+ examples:
1273
+ example:
1274
+ value:
1275
+ description: The server has encountered an internal error.
1276
+ type: internal server error
1277
+ schema:
1278
+ $ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1279
+ description: The server has encountered an internal error.
1236
1280
rateCenterFindCoverageResponse404Error:
1237
1281
content:
1238
1282
application/xml:
You can’t perform that action at this time.
0 commit comments