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

RootCauseException

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

The exception associated with a root cause.

interface RootCauseException {
Message?: string | null;
Name?: string | null;
}

§Properties

§
Message?: string | null
[src]

The message of the exception.

§
Name?: string | null
[src]

The name of the exception.