Contains error details for each geofence that failed to delete from the geofence collection.

interface BatchDeleteGeofenceError {
    Error: undefined | BatchItemError;
    GeofenceId: undefined | string;
}

Properties

Properties

Error: undefined | BatchItemError

Contains details associated to the batch error.

GeofenceId: undefined | string

The geofence associated with the error message.