Skip to main content

Properties

NameTypeFormatDescription
logIdstringuuidThis can be used within the Contensis log search to understand further details about the error.
messagestringA description of the error.
dataanyAn object containing specific data relevant to the error.
typestringThe type of error - for the Delivery API, this will always be error.

Example

JSON
1
2
3
4
5
6
7
8
9
{ "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

JSON
1
2
3
4
5
6
7
8
9
{ "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

JSON
1
2
3
4
5
6
7
8
9
{ "logId": "63cb1df0-b82a-459e-accc-635e187f3b8b", "message": "An error occurred requesting the entry", "data": { "entryId": "ba8a92bd-0e5f-465e-acec-3cdb3db38df6", "projectId": "movieDb" }, "type": "error" }

Still need help?

New support request