Values.BatchUpdateDevicePositionErrorSourceContains error details for each device that failed to update its position.
type nonrec t = {deviceId : Id.t option;The device associated with the failed location update.
*)sampleTime : Timestamp.t option;The timestamp at which the device position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
*)error : BatchItemError.t option;Contains details related to the error code such as the error code and error message.
*)}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 ]