Формат ошибки: различия между версиями
Перейти к навигации
Перейти к поиску
Shihov (обсуждение | вклад) Нет описания правки |
Shihov (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
====== Формат ошибки (Error format) ====== | |||
Формат ответа с ошибкой (The format of the response with an error on the request to send information) | Формат ответа с ошибкой (The format of the response with an error on the request to send information) | ||
Версия от 07:58, 28 марта 2025
Формат ошибки (Error format)
Формат ответа с ошибкой (The format of the response with an error on the request to send information)
Формат объекта «ProtobeansFieldError» (Format of object «ProtobeansFieldError»)
Пример JSON ответа с ошибкой
<1c> { "fieldErrors": [
{
"fieldError": "string",
"fieldName": "string"
}
],
"globalErrors": [
"string"
],
"success": false } </1c>


