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

DataSourceErrorInfoType

import type { DataSourceErrorInfoType } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
type DataSourceErrorInfoType =
| "ACCESS_DENIED"
| "COPY_SOURCE_NOT_FOUND"
| "TIMEOUT"
| "ENGINE_VERSION_NOT_SUPPORTED"
| "UNKNOWN_HOST"
| "GENERIC_SQL_FAILURE"
| "CONFLICT"
| "UNKNOWN"

§Type

§
"ACCESS_DENIED" | "COPY_SOURCE_NOT_FOUND" | "TIMEOUT" | "ENGINE_VERSION_NOT_SUPPORTED" | "UNKNOWN_HOST" | "GENERIC_SQL_FAILURE" | "CONFLICT" | "UNKNOWN" | cmnP.UnexpectedEnumValue
[src]