Values.BatchResultErrorEntrySourceGives a detailed description of the result of an action on each entry in the request.
type nonrec t = {id : String_.t option;The Id of an entry in a batch request.
*)senderFault : Boolean.t option;Specifies whether the error happened due to the caller of the batch API action.
*)code : String_.t option;An error code representing why the action failed on this entry.
*)message : String_.t option;A message explaining why the action failed on this entry.
*)}