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

ColumnStatisticsError

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

Encapsulates a ColumnStatistics object that failed and the reason for failure.

interface ColumnStatisticsError {
ColumnStatistics?: ColumnStatistics | null;
Error?: ErrorDetail | null;
}

§Properties

§
ColumnStatistics?: ColumnStatistics | null
[src]

The ColumnStatistics of the column.

§
Error?: ErrorDetail | null
[src]

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