Error response for non-OData requests

This example shows an error response for a non-OData request:

{
   "error": {
      "status_code": 404,
      "messages": [
         {
            "code": "ttstps0192",
            "text": "Record [22] cannot be read from table Members in company 0."
         }
      ],
      "application_error": {
         "code": 111,
         "text": "No record found"
      },
      "package_comb": "abc",
      "tenant": "ACME_PRD",
      "user": "jsmith",
      "company": 200,
      "request_id": "ab166988-427e-11ee-b9df-ecf4bbc32ad0"
   }
}