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

ColumnError

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

Encapsulates a column name that failed and the reason for failure.

interface ColumnError {
ColumnName?: string | null;
Error?: ErrorDetail | null;
}

§Properties

§
ColumnName?: string | null
[src]

The name of the column that failed.

§
Error?: ErrorDetail | null
[src]

An error message with the reason for the failure of an operation.