Amazon X-Ray · JSON Structure

Xray Unprocessed Trace Segment Structure

Information about a segment that failed processing.

Type: object Properties: 3
Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Properties

Id ErrorCode Message

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The segment's ID."
        }
      ]
    },
    "ErrorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The error that caused processing to fail."
        }
      ]
    },
    "Message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The error message."
        }
      ]
    }
  },
  "description": "Information about a segment that failed processing.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "UnprocessedTraceSegment",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-unprocessed-trace-segment-structure.json"
}