Contains error details for each geofence that failed to be stored in a given geofence collection.

interface BatchPutGeofenceError {
    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.