Values.BatchEvaluateGeofencesErrorSourceContains error details for each device that failed to evaluate its position against the geofences in a given geofence collection.
type nonrec t = {deviceId : Id.t option;The device associated with the position evaluation error.
*)sampleTime : Timestamp.t option;Specifies a timestamp for when the error occurred in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
*)error : BatchItemError.t option;Contains details associated to the batch error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Id.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]