Properties
Name | Type | Format | Description |
---|---|---|---|
logId | string | uuid | This can be used within the Contensis log search to understand further details about the error. |
message | string | - | A description of the error. |
data | any | - | An object containing specific data relevant to the error. |
type | string | - | The type of error - for the Delivery API, this will always be error. |
Example
{
"logId": "63cb1df0-b82a-459e-accc-635e187f3b8b",
"message": "An error occurred requesting the entry",
"data": {
"entryId": "ba8a92bd-0e5f-465e-acec-3cdb3db38df6",
"projectId": "movieDb"
},
"type": "error"
}
Example error response
{
"logId": "63cb1df0-b82a-459e-accc-635e187f3b8b",
"message": "An error occurred requesting the entry",
"data": {
"entryId": "ba8a92bd-0e5f-465e-acec-3cdb3db38df6",
"projectId": "movieDb"
},
"type": "error"
}
Example error response
{
"logId": "63cb1df0-b82a-459e-accc-635e187f3b8b",
"message": "An error occurred requesting the entry",
"data": {
"entryId": "ba8a92bd-0e5f-465e-acec-3cdb3db38df6",
"projectId": "movieDb"
},
"type": "error"
}