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

ThemeError

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

Theme error.

interface ThemeError {
Message?: string | null;
Type?: ThemeErrorType | null;
}

§Properties

§
Message?: string | null
[src]

The error message.

§
Type?: ThemeErrorType | null
[src]

The type of error.