GitMergeOperationStatusDetail interface
Status information about a requested merge operation.
Properties
failure |
Error message if the operation failed. |
merge |
The commitId of the resultant merge commit. |
Property Details
failureMessage
Error message if the operation failed.
failureMessage: string
Property Value
string
mergeCommitId
The commitId of the resultant merge commit.
mergeCommitId: string
Property Value
string