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

Exception

import type { Exception } from "https://googleapis.deno.dev/v1/workflowexecutions:v1.ts";

Exception describes why the step entry failed.

interface Exception {
payload?: string;
}

§Properties

§
payload?: string
[src]

Error message represented as a JSON string.