Values.GetMergeConflictsOutputSourceReturns information about merge conflicts between the before and after commit IDs for a pull request in a repository.
type nonrec t = {mergeable : IsMergeable.t option;A Boolean value that indicates whether the code is mergeable by the specified merge option.
*)destinationCommitId : ObjectId.t option;The commit ID of the destination commit specifier that was used in the merge evaluation.
*)sourceCommitId : ObjectId.t option;The commit ID of the source commit specifier that was used in the merge evaluation.
*)baseCommitId : ObjectId.t option;The commit ID of the merge base.
*)conflictMetadataList : ConflictMetadataList.t option;A list of metadata for any conflicting files. If the specified merge strategy is FAST_FORWARD_MERGE, this list is always empty.
*)nextToken : NextToken.t option;An enumeration token that can be used in a request to return the next batch of the results.
*)}type nonrec error = [ | `CommitDoesNotExistException of CommitDoesNotExistException.t| `CommitRequiredException of CommitRequiredException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `InvalidCommitException of InvalidCommitException.t| `InvalidConflictDetailLevelException of InvalidConflictDetailLevelException.t| `InvalidConflictResolutionStrategyException of
InvalidConflictResolutionStrategyException.t| `InvalidContinuationTokenException of InvalidContinuationTokenException.t| `InvalidDestinationCommitSpecifierException of
InvalidDestinationCommitSpecifierException.t| `InvalidMaxConflictFilesException of InvalidMaxConflictFilesException.t| `InvalidMergeOptionException of InvalidMergeOptionException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `InvalidSourceCommitSpecifierException of
InvalidSourceCommitSpecifierException.t| `MaximumFileContentToLoadExceededException of
MaximumFileContentToLoadExceededException.t| `MaximumItemsToCompareExceededException of
MaximumItemsToCompareExceededException.t| `MergeOptionRequiredException of MergeOptionRequiredException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `TipsDivergenceExceededException of TipsDivergenceExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CommitDoesNotExistException of unit
| `CommitRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidCommitException of unit
| `InvalidConflictDetailLevelException of unit
| `InvalidConflictResolutionStrategyException of unit
| `InvalidContinuationTokenException of unit
| `InvalidDestinationCommitSpecifierException of unit
| `InvalidMaxConflictFilesException of unit
| `InvalidMergeOptionException of unit
| `InvalidRepositoryNameException of unit
| `InvalidSourceCommitSpecifierException of unit
| `MaximumFileContentToLoadExceededException of unit
| `MaximumItemsToCompareExceededException of unit
| `MergeOptionRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `TipsDivergenceExceededException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CommitDoesNotExistException of unit
| `CommitRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidCommitException of unit
| `InvalidConflictDetailLevelException of unit
| `InvalidConflictResolutionStrategyException of unit
| `InvalidContinuationTokenException of unit
| `InvalidDestinationCommitSpecifierException of unit
| `InvalidMaxConflictFilesException of unit
| `InvalidMergeOptionException of unit
| `InvalidRepositoryNameException of unit
| `InvalidSourceCommitSpecifierException of unit
| `MaximumFileContentToLoadExceededException of unit
| `MaximumItemsToCompareExceededException of unit
| `MergeOptionRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `TipsDivergenceExceededException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsMergeable.t
| `List of
[> `Structure of
(string
* [> `Boolean of IsContentConflict.t
| `Integer of NumberOfConflicts.t
| `String of Path.t
| `Structure of
(string
* [> `Boolean of CapitalBoolean.t
| `Enum of string
| `Long of FileSize.t ])
list ])
list ]
list
| `String of ObjectId.t ])
list ]