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.4/services/lexmodelsv2.ts?docs=full";
type ErrorCode =
| "DUPLICATE_INPUT"
| "RESOURCE_DOES_NOT_EXIST"
| "RESOURCE_ALREADY_EXISTS"
| "INTERNAL_SERVER_FAILURE"

§Type

§
"DUPLICATE_INPUT" | "RESOURCE_DOES_NOT_EXIST" | "RESOURCE_ALREADY_EXISTS" | "INTERNAL_SERVER_FAILURE" | cmnP.UnexpectedEnumValue
[src]