Values.BatchGetCommitsErrorSourceReturns information about errors in a BatchGetCommits operation.
type nonrec t = {commitId : ObjectId.t option;A commit ID that either could not be found or was not in a valid format.
*)errorCode : ErrorCode.t option;An error code that specifies whether the commit ID was not valid or not found.
*)errorMessage : ErrorMessage.t option;An error message that provides detail about why the commit ID either was not found or was not valid.
*)}