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

ResourceError

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

Describes a resource error.

interface ResourceError {
ErrorCode?: FleetErrorCode | null;
ErrorMessage?: string | null;
ErrorTimestamp?: Date | number | null;
}

§Properties

§
ErrorCode?: FleetErrorCode | null
[src]

The error code.

§
ErrorMessage?: string | null
[src]

The error message.

§
ErrorTimestamp?: Date | number | null
[src]

The time the error occurred.