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

RecordError

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

The error code and description resulting from an operation.

interface RecordError {
Code?: string | null;
Description?: string | null;
}

§Properties

§
Code?: string | null
[src]

The numeric value of the error.

§
Description?: string | null
[src]

The description of the error.