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

ErrorCode

import type { ErrorCode } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
type ErrorCode =
| "BadRequest"
| "Conflict"
| "Forbidden"
| "NotFound"
| "PreconditionFailed"
| "ResourceLimitExceeded"
| "ServiceFailure"
| "AccessDenied"
| "ServiceUnavailable"
| "Throttled"
| "Throttling"
| "Unauthorized"
| "Unprocessable"
| "VoiceConnectorGroupAssociationsExist"
| "PhoneNumberAssociationsExist"

§Type

§
"BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist" | cmnP.UnexpectedEnumValue
[src]