Status information about a requested merge operation.

interface GitMergeOperationStatusDetail {
    failureMessage?: string;
    mergeCommitId?: string;
}

Properties

failureMessage?: string

Error message if the operation failed.

mergeCommitId?: string

The commitId of the resultant merge commit.