Amazon X-Ray · JSON Structure

Xray Root Cause Exception Structure

The exception associated with a root cause.

Type: object Properties: 2
Application PerformanceDebuggingDistributed TracingMonitoringObservability

RootCauseException is a JSON Structure definition published by Amazon X-Ray, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name Message

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The name of the exception."
        }
      ]
    },
    "Message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The message of the exception."
        }
      ]
    }
  },
  "description": "The exception associated with a root cause.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "RootCauseException",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-root-cause-exception-structure.json"
}