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

StartTimerFailedCause

import type { StartTimerFailedCause } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";
type StartTimerFailedCause =
| "TIMER_ID_ALREADY_IN_USE"
| "OPEN_TIMERS_LIMIT_EXCEEDED"
| "TIMER_CREATION_RATE_EXCEEDED"
| "OPERATION_NOT_PERMITTED"

§Type

§
"TIMER_ID_ALREADY_IN_USE" | "OPEN_TIMERS_LIMIT_EXCEEDED" | "TIMER_CREATION_RATE_EXCEEDED" | "OPERATION_NOT_PERMITTED" | cmnP.UnexpectedEnumValue
[src]