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

ErrorDetails

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

An object containing error details.

interface ErrorDetails {
ErrorCode?: string | null;
ErrorMessage?: string | null;
}

§Properties

§
ErrorCode?: string | null
[src]

The error code for an error.

§
ErrorMessage?: string | null
[src]

The error message for an error.