Azure Monitor · Schema

ErrorResponse

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
code string Error code.
message string Error message indicating why the operation failed.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Error code."
    },
    "message": {
      "type": "string",
      "description": "Error message indicating why the operation failed."
    }
  }
}