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

ExecutionAbortedEventDetails

import type { ExecutionAbortedEventDetails } from "https://aws-api.deno.dev/v0.3/services/stepfunctions.ts?docs=full";

Contains details about an abort of an execution.

interface ExecutionAbortedEventDetails {
cause?: string | null;
error?: string | null;
}

§Properties

§
cause?: string | null
[src]

A more detailed explanation of the cause of the failure.

§
error?: string | null
[src]

The error code of the failure.