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

ErrorRootCause

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

The root cause of a trace summary error.

interface ErrorRootCause {
ClientImpacting?: boolean | null;
Services?: ErrorRootCauseService[] | null;
}

§Properties

§
ClientImpacting?: boolean | null
[src]

A flag that denotes that the root cause impacts the trace client.

§
Services?: ErrorRootCauseService[] | null
[src]

A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag.