GET Error/List

Получение cписка всех возможных ошибок API

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ApiErrorDesc
NameDescriptionTypeAdditional information
httpStatusCode

HttpStatusCode

None.

code

string

None.

codeMessage

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "httpStatusCode": 100,
    "code": "sample string 1",
    "codeMessage": "sample string 2"
  },
  {
    "httpStatusCode": 100,
    "code": "sample string 1",
    "codeMessage": "sample string 2"
  }
]