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

ErrorDetail

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

Contains details about an error.

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

§Properties

§
ErrorCode?: string | null
[src]

The code associated with this error.

§
ErrorMessage?: string | null
[src]

A message describing the error.