Datadog · JSON Structure

Datadog Api Api Error Response Structure

API error response.

Type: object Properties: 1 Required: 1
AnalyticsDashboardsMonitoringPlatformT1Visualizations

APIErrorResponse is a JSON Structure definition published by Datadog, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errors

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-api-api-error-response-structure.json",
  "name": "APIErrorResponse",
  "description": "API error response.",
  "type": "object",
  "properties": {
    "errors": {
      "description": "A list of errors.",
      "example": [
        "Bad Request"
      ],
      "items": {
        "description": "A list of items.",
        "example": "Bad Request",
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "errors"
  ]
}