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

PartitionError

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

Contains information about a partition error.

interface PartitionError {
ErrorDetail?: ErrorDetail | null;
PartitionValues?: string[] | null;
}

§Properties

§
ErrorDetail?: ErrorDetail | null
[src]

The details about the partition error.

§
PartitionValues?: string[] | null
[src]

The values that define the partition.