Vertiv · Schema

Error

Error response

Critical InfrastructureData CenterDCIMInfrastructure MonitoringPower ManagementUPS

Properties

Name Type Description
code integer HTTP error code
message string Error message
details string Additional error details
View JSON Schema on GitHub

JSON Schema

vertiv-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "description": "Error response",
  "properties": {
    "code": {
      "type": "integer",
      "description": "HTTP error code"
    },
    "message": {
      "type": "string",
      "description": "Error message"
    },
    "details": {
      "type": "string",
      "description": "Additional error details"
    }
  }
}