NSX-T Data Center REST API

NetworkError (type)

{
  "description": "Network error related to container objects.",
  "id": "NetworkError",
  "module_id": "InventoryContainerObj",
  "properties": {
    "error_code": {
      "description": "Error code of network related error.",
      "readonly": true,
      "required": false,
      "title": "Error code",
      "type": "string"
    },
    "error_message": {
      "description": "Detailed message of network related error.",
      "readonly": true,
      "required": false,
      "title": "Error message",
      "type": "string"
    },
    "spec": {
      "description": "Additional error information in json format.",
      "readonly": true,
      "required": false,
      "title": "Other specifications",
      "type": "string"
    }
  },
  "title": "Network Error",
  "type": "object"
}