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

NamespaceError

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

Errors that occur during namespace creation.

interface NamespaceError {
Message?: string | null;
Type?: NamespaceErrorType | null;
}

§Properties

§
Message?: string | null
[src]

The message for the error.

§

The error type.