Values.BatchDeviceErrorResponseItemSourceContains error information for a device operation that failed in a batch device request.
type nonrec t = {field : GenericString.t option;The field that caused the error.
*)reason : GenericString.t option;A description of why the device operation failed.
*)appId : GenericString.t option;The application ID of the device that failed to be processed.
*)}