NSX-T Data Center REST API

ApiError (type)

{
  "extends": {
    "$ref": "RelatedApiError"
  },
  "id": "ApiError",
  "module_id": "Common",
  "properties": {
    "details": {
      "title": "Further details about the error",
      "type": "string"
    },
    "error_code": {
      "title": "A numeric error code",
      "type": "integer"
    },
    "error_data": {
      "title": "Additional data about the error",
      "type": "object"
    },
    "error_message": {
      "title": "A description of the error",
      "type": "string"
    },
    "module_name": {
      "title": "The module name where the error occurred",
      "type": "string"
    },
    "related_errors": {
      "items": {
        "$ref": "RelatedApiError"
      },
      "title": "Other errors related to this error",
      "type": "array"
    }
  },
  "title": "Detailed information about an API Error",
  "type": "object"
}