{
   "@context": {
      "api": "https://onerecord.iata.org/ns/api#",
      "xsd": "http://www.w3.org/2001/XMLSchema#",
      "api:hasResource": {
         "@type": "xsd:anyURI"
      },
      "@language": "en-US"
   },
   "@type": "api:Error",
   "@id": "internal:c42d3c13-1ddb-4e7e-aa1d-f4299c5716b3",
   "api:hasTitle": "Not authorized to retrieve the Logistics Object",
   "api:hasSeverity": {"@id":"api:ERROR"},
   "api:hasErrorDetail": [
      {
         "@type": "api:ErrorDetail",
         "@id": "internal:3b249a9b-7219-41d4-8ea5-2e814560f852",
         "api:hasCode": "403",
         "api:hasMessage": "Authenticated client could not be found in ACL for the Logistics Object",
         "api:hasResource": "http://1r.example.com/logistics-objects/11ccfb7c-3643-41db-8098-740fccd97c93"
      }
   ]
}