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

StackError

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

Describes a stack error.

interface StackError {
ErrorCode?: StackErrorCode | null;
ErrorMessage?: string | null;
}

§Properties

§
ErrorCode?: StackErrorCode | null
[src]

The error code.

§
ErrorMessage?: string | null
[src]

The error message.