{
   "@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:d39e6880-3a75-45d3-90c5-63b9ae71b95e",
   "api:hasTitle": "Logistics Events can not be updated",
   "api:hasSeverity": {"@id":"api:ERROR"},
   "api:hasErrorDetail": [
      {
         "@type": "api:ErrorDetail",
         "@id": "internal:d175a28e-dd7d-4d62-ba5f-0526d80dd203",
         "api:hasCode": "400",
         "api:hasMessage": "Logistics Events of a Logistics Object can not be updated using PATCH",
         "api:hasResource": "http://1r.example.com/logistics-objects/1a8ded38-1804-467c-a369-81a411416b7c"
      }
   ]
}