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

BatchStatementError

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

An error associated with a statement in a PartiQL batch that was run.

interface BatchStatementError {
Message?: string | null;
}

§Properties

§

The error code associated with the failed PartiQL batch statement.

§
Message?: string | null
[src]

The error message associated with the PartiQL batch resposne.