Values.BatchDescribeMergeConflictsOutputSourceReturns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.
type nonrec t = {conflicts : Conflicts.t option;A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.
*)nextToken : NextToken.t option;An enumeration token that can be used in a request to return the next batch of the results.
*)errors : BatchDescribeMergeConflictsErrors.t option;A list of any errors returned while describing the merge conflicts for each file.
*)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.
*)}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| `InvalidMaxConflictFilesException of InvalidMaxConflictFilesException.t| `InvalidMaxMergeHunksException of InvalidMaxMergeHunksException.t| `InvalidMergeOptionException of InvalidMergeOptionException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.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
| `InvalidMaxConflictFilesException of unit
| `InvalidMaxMergeHunksException of unit
| `InvalidMergeOptionException of unit
| `InvalidRepositoryNameException 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
| `InvalidMaxConflictFilesException of unit
| `InvalidMaxMergeHunksException of unit
| `InvalidMergeOptionException of unit
| `InvalidRepositoryNameException 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
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of IsHunkConflict.t
| `Structure of
(string
* [> `Integer of LineNumber.t
| `String of HunkContent.t ])
list ])
list ]
list
| `String of Path.t
| `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 ]
list
| `String of NextToken.t ])
list ]