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

TemplateErrorType

import type { TemplateErrorType } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
type TemplateErrorType =
| "SOURCE_NOT_FOUND"
| "DATA_SET_NOT_FOUND"
| "INTERNAL_FAILURE"
| "ACCESS_DENIED"

§Type

§
"SOURCE_NOT_FOUND" | "DATA_SET_NOT_FOUND" | "INTERNAL_FAILURE" | "ACCESS_DENIED" | cmnP.UnexpectedEnumValue
[src]