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

ErrorInfo

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

Provides error information.

interface ErrorInfo {
cause?: string | null;
details?: string | null;
}

§Properties

§
cause?: string | null
[src]

Error cause.

§
details?: string | null
[src]

Error details.