Error Structure
This error structure is common for all APIs and is to be filled in case of technical errors.
Error Response Structure
{
"errors": [
{
"field": "string",
"fieldValue": "string",
"message": "string",
"traceId": "string"
}
]
} `
API Contract
field
: Field in the external system to which the error belongs.fieldValue
: Value of the field to which the error belongs.message
: Error message describing the issue encountered.traceId
: ID to trace further details of the error in an external system.