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/appflow.ts?docs=full";

Provides details in the event of a failed flow, including the failure count and the related error messages.

interface ErrorInfo {
executionMessage?: string | null;
putFailuresCount?: number | null;
}

§Properties

§
executionMessage?: string | null
[src]

Specifies the error message that appears if a flow fails.

§
putFailuresCount?: number | null
[src]

Specifies the failure count for the attempted flow.