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

TableError

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

An error record for table operations.

interface TableError {
ErrorDetail?: ErrorDetail | null;
TableName?: string | null;
}

§Properties

§
ErrorDetail?: ErrorDetail | null
[src]

The details about the error.

§
TableName?: string | null
[src]

The name of the table. For Hive compatibility, this must be entirely lowercase.