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

FailureCode

import type { FailureCode } from "https://aws-api.deno.dev/v0.4/services/connectcampaigns.ts?docs=full";

A predefined code indicating the error that caused the failure.

type FailureCode =
| "InvalidInput"
| "RequestThrottled"
| "UnknownError"

§Type

§
"InvalidInput" | "RequestThrottled" | "UnknownError" | cmnP.UnexpectedEnumValue
[src]