Aruba · Schema

ErrorResponse

CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Properties

Name Type Description
description string Human-readable error message.
error_code string Machine-readable error code.
service_name string The API service that generated the error.
View JSON Schema on GitHub

JSON Schema

aruba-central-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "Human-readable error message."
    },
    "error_code": {
      "type": "string",
      "description": "Machine-readable error code."
    },
    "service_name": {
      "type": "string",
      "description": "The API service that generated the error."
    }
  }
}