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

BatchEvaluateGeofencesError

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

Contains error details for each device that failed to evaluate its position against the geofences in a given geofence collection.

interface BatchEvaluateGeofencesError {
DeviceId: string;
SampleTime: Date | number;
}

§Properties

§
DeviceId: string
[src]

The device associated with the position evaluation error.

§

Contains details associated to the batch error.

§
SampleTime: Date | number
[src]

Specifies a timestamp for when the error occurred in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ