NSX-T Data Center REST API

ErrorInfo (type)

{
  "additionalProperties": false,
  "id": "ErrorInfo",
  "module_id": "InventoryCmObj",
  "properties": {
    "error_code": {
      "description": "Error code of the error.",
      "readonly": false,
      "required": false,
      "title": "Error code",
      "type": "int"
    },
    "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"
}