ErrorInfo (type)

{
  "additionalProperties": false, 
  "id": "ErrorInfo", 
  "module_id": "InventoryCmObj", 
  "properties": {
    "error_message": {
      "readonly": true, 
      "required": true, 
      "title": "Error message", 
      "type": "string"
    }, 
    "timestamp": {
      "$ref": "EpochMsTimestamp, 
      "readonly": true, 
      "required": true, 
      "title": "Timestamp when the error occurred"
    }
  }, 
  "title": "Error information", 
  "type": "object"
}