PullRequestMergeFailureType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The specific type of a pull request merge failure.
public enum PullRequestMergeFailureType
type PullRequestMergeFailureType =
Public Enum PullRequestMergeFailureType
- Inheritance
-
PullRequestMergeFailureType
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Type is not set. Default type. |
| Unknown | 1 | Pull request merge failure type unknown. |
| CaseSensitive | 2 | Pull request merge failed due to case mismatch. |
| ObjectTooLarge | 3 | Pull request merge failed due to an object being too large. |