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

FailWorkflowExecutionFailedCause

import type { FailWorkflowExecutionFailedCause } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";
type FailWorkflowExecutionFailedCause = "UNHANDLED_DECISION" | "OPERATION_NOT_PERMITTED" | cmnP.UnexpectedEnumValue;

§Type

§
"UNHANDLED_DECISION" | "OPERATION_NOT_PERMITTED" | cmnP.UnexpectedEnumValue
[src]