GitConflictUpdateStatus enum
Represents the possible outcomes from a request to update a pull request conflict
Fields
| 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 |