Structure "Description of a validation error"
This structure describes one of the validation errors. It is a part of the "Tender validation error" structure.
Description
| Name | Description | Data type | Required |
|---|---|---|---|
| fieldName | Error related to a name field. | String | + |
| errorCode | Error code. | List of "Tender validation error codes" | + |
Sample
JSON
{
"fieldName": "paymentBidStep",
"errorCode": 1
}