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

BatchItemError

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

Contains the batch request error details associated with the request.

interface BatchItemError {
Code?: BatchItemErrorCode | null;
Message?: string | null;
}

§Properties

§

The error code associated with the batch request error.

§
Message?: string | null
[src]

A message with the reason for the batch request error.