Dynatrace · Schema

Error

Details of an API error.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Properties

Name Type Description
code integer The HTTP status code of the error.
message string A human-readable description of the error.
View JSON Schema on GitHub

JSON Schema

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