SyncErrorGroupDto
A group of failed changes sharing the same normalized error message.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
message | string | да | Original (raw) error message of the first change in the group. |
normalized | string | да | Normalized message used as the grouping key (ids/values stripped). |
count | number | да | Number of changes in Error status with this normalized message. |
changeIds | number[] | да | Ids of the changes in the group. |
entitySamples | string[] | да | A few entity display names affected by the group, for quick orientation. |
Пример
json
{
"message": "string",
"normalized": "string",
"count": 0,
"changeIds": [],
"entitySamples": []
}