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

TemplateError

import type { TemplateError } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

List of errors that occurred when the template version creation failed.

interface TemplateError {
Message?: string | null;
Type?: TemplateErrorType | null;
}

§Properties

§
Message?: string | null
[src]

Description of the error type.

§

Type of error.