Structure "Error when editing several of your offers"
This structure describes the element of an error in editing one offer when multiple offers are edited. It is a part of the "Response to a request to edit several of your offers" structure.
Field description
Name | Description | Data type | Required |
---|---|---|---|
id | Offer id. | Number | + |
message | Error message, non-localized. | String | + |
errorCode | Error code. | Enumeration "Codes of validation errors in offers" | + |
Sample
{
"id": 1,
"message": "заявка не найдена",
"errorCode": 7
}