Skip to content

Structure "Error with the code"

This structure describes the types of errors that may occur when managing tenders.

Description

Name|Description|Data transfer type|Required(+) |---|---|---|:---:| |timestamp|Time when the error occured.|String|+| |status|HTTP status code.|Number|+| |error|HTTP status name.|String|+| |message|Error details.|String|+| |errorCode|Error code.|List of "Tender validation error codes"|+|

Sample

JSON
{
  "timestamp": "2022-05-06T10:35:15",
  "status": 404,
  "error": "Not Found",
  "message": "tender.exception.data.not.found",
  "errorCode": 4
}