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

BatchGetDevicePositionError

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

Contains error details for each device that didn't return a position.

interface BatchGetDevicePositionError {
DeviceId: string;
}

§Properties

§
DeviceId: string
[src]

The ID of the device that didn't return a position.

§

Contains details related to the error code.