Skip to main content

Properties

NameTypeFormatDescription
logIdstringuuidThis can be used within the Contensis log search to understand further details about the error.
messagestring-A description of the error.
dataany-An object containing specific data relevant to the error.
typestring-The type of error - for the Delivery API, this will always be error.

Example

JSON
{
  "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
{
  "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
{
  "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?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request