Dynatrace · JSON Structure

Dynatrace Account Management Error Structure

Details of an API error.

Type: object Properties: 2
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Error is a JSON Structure definition published by Dynatrace, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

code message

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Details of an API error.",
  "name": "Error",
  "properties": {
    "code": {
      "type": "integer",
      "description": "The HTTP status code of the error."
    },
    "message": {
      "type": "string",
      "description": "A human-readable description of the error."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}