Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UnprocessedTraceSegment

import type { UnprocessedTraceSegment } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";

Information about a segment that failed processing.

interface UnprocessedTraceSegment {
ErrorCode?: string | null;
Id?: string | null;
Message?: string | null;
}

§Properties

§
ErrorCode?: string | null
[src]

The error that caused processing to fail.

§
Id?: string | null
[src]

The segment's ID.

§
Message?: string | null
[src]

The error message.