Коды ошибок
Обновлено 20 декабря 2023
400 ILCS_BAD_REQUEST
{
"code": "400",
"errors": [
{"binding_failure": false,
"code": "Empty",
"field": "X-RqUid",
"message": "must not be empty",
"object_name": "Header"
}
],
"message": "Validation error",
"type": "ILCS_BAD_REQUEST"
}
500 ILCS_INTERNAL_ERROR
{
"code": "500",
"errors": [],
"message": "Unknown ILCS error!",
"type": "ILCS_INTERNAL_ERROR"
}
503 ILCS_INTERNAL_ERROR
{
"code": "503",
"errors": [],
"message": "SberCA logic disabled!",
"type": "ILCS_INTERNAL_ERROR"
}
503 ILCS_CONNECTION_ERROR
{
"code": "503",
"errors": [],
"message": "Error connection to SberCA!",
"type": "ILCS_CONNECTION_ERROR"
}