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

CancelTimerFailedCause

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

§Type

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