Values.BatchItemErrorSourceContains the batch request error details associated with the request.
type nonrec t = {code : BatchItemErrorCode.t option;The error code associated with the batch request error.
*)message : String_.t option;A message with the reason for the batch request error.
*)}