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

AnalysisError

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

Analysis error.

interface AnalysisError {
Message?: string | null;
Type?: AnalysisErrorType | null;
}

§Properties

§
Message?: string | null
[src]

The message associated with the analysis error.

§

The type of the analysis error.