Edit

GitConflictUpdateStatus Enum

Definition

Represents the possible outcomes from a request to update a pull request conflict

public enum GitConflictUpdateStatus
type GitConflictUpdateStatus = 
Public Enum GitConflictUpdateStatus
Inheritance
GitConflictUpdateStatus

Fields

Name Value Description
Succeeded 0

Indicates that pull request conflict update request was completed successfully

BadRequest 1

Indicates that the update request did not fit the expected data contract

InvalidResolution 2

Indicates that the requested resolution was not valid

UnsupportedConflictType 3

Indicates that the conflict in the update request was not a supported conflict type

NotFound 4

Indicates that the conflict could not be found

Applies to