Edit

GitResolutionError Enum

Definition

The type of a merge conflict.

[System.Runtime.Serialization.DataContract]
public enum GitResolutionError
type GitResolutionError = 
Public Enum GitResolutionError
Inheritance
GitResolutionError
Attributes

Fields

Name Value Description
None 0

No error

MergeContentNotFound 1

User set a blob id for resolving a content merge, but blob was not found in repo during application

PathInUse 2

Attempted to resolve a conflict by moving a file to another path, but path was already in use

InvalidPath 3

No error

UnknownAction 4

GitResolutionAction was set to an unrecognized value

UnknownMergeType 5

GitResolutionMergeType was set to an unrecognized value

OtherError 255

Any error for which a more specific code doesn't apply

Applies to