Skip to content

SyncErrorGroupDto

← Monday DTO

A group of failed changes sharing the same normalized error message.

Поля

ПолеТипОбязательноеОписание
messagestringдаOriginal (raw) error message of the first change in the group.
normalizedstringдаNormalized message used as the grouping key (ids/values stripped).
countnumberдаNumber of changes in Error status with this normalized message.
changeIdsnumber[]даIds of the changes in the group.
entitySamplesstring[]даA few entity display names affected by the group, for quick orientation.

Пример

json
{
  "message": "string",
  "normalized": "string",
  "count": 0,
  "changeIds": [],
  "entitySamples": []
}