Smaws_Client_CodeCommit.DescribeMergeConflictsReturns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy. If the merge option for the attempted merge is specified as FAST_FORWARD_MERGE, an exception is thrown.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `CommitDoesNotExistException of Types.commit_does_not_exist_exception
| `CommitRequiredException of Types.commit_required_exception
| `EncryptionIntegrityChecksFailedException of
Types.encryption_integrity_checks_failed_exception
| `EncryptionKeyAccessDeniedException of
Types.encryption_key_access_denied_exception
| `EncryptionKeyDisabledException of Types.encryption_key_disabled_exception
| `EncryptionKeyNotFoundException of Types.encryption_key_not_found_exception
| `EncryptionKeyUnavailableException of
Types.encryption_key_unavailable_exception
| `FileDoesNotExistException of Types.file_does_not_exist_exception
| `InvalidCommitException of Types.invalid_commit_exception
| `InvalidConflictDetailLevelException of
Types.invalid_conflict_detail_level_exception
| `InvalidConflictResolutionStrategyException of
Types.invalid_conflict_resolution_strategy_exception
| `InvalidContinuationTokenException of
Types.invalid_continuation_token_exception
| `InvalidMaxMergeHunksException of Types.invalid_max_merge_hunks_exception
| `InvalidMergeOptionException of Types.invalid_merge_option_exception
| `InvalidPathException of Types.invalid_path_exception
| `InvalidRepositoryNameException of Types.invalid_repository_name_exception
| `MaximumFileContentToLoadExceededException of
Types.maximum_file_content_to_load_exceeded_exception
| `MaximumItemsToCompareExceededException of
Types.maximum_items_to_compare_exceeded_exception
| `MergeOptionRequiredException of Types.merge_option_required_exception
| `PathRequiredException of Types.path_required_exception
| `RepositoryDoesNotExistException of
Types.repository_does_not_exist_exception
| `RepositoryNameRequiredException of
Types.repository_name_required_exception
| `TipsDivergenceExceededException of
Types.tips_divergence_exceeded_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_merge_conflicts_input ->
(Types.describe_merge_conflicts_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `CommitDoesNotExistException of Types.commit_does_not_exist_exception
| `CommitRequiredException of Types.commit_required_exception
| `EncryptionIntegrityChecksFailedException of
Types.encryption_integrity_checks_failed_exception
| `EncryptionKeyAccessDeniedException of
Types.encryption_key_access_denied_exception
| `EncryptionKeyDisabledException of
Types.encryption_key_disabled_exception
| `EncryptionKeyNotFoundException of
Types.encryption_key_not_found_exception
| `EncryptionKeyUnavailableException of
Types.encryption_key_unavailable_exception
| `FileDoesNotExistException of Types.file_does_not_exist_exception
| `InvalidCommitException of Types.invalid_commit_exception
| `InvalidConflictDetailLevelException of
Types.invalid_conflict_detail_level_exception
| `InvalidConflictResolutionStrategyException of
Types.invalid_conflict_resolution_strategy_exception
| `InvalidContinuationTokenException of
Types.invalid_continuation_token_exception
| `InvalidMaxMergeHunksException of Types.invalid_max_merge_hunks_exception
| `InvalidMergeOptionException of Types.invalid_merge_option_exception
| `InvalidPathException of Types.invalid_path_exception
| `InvalidRepositoryNameException of
Types.invalid_repository_name_exception
| `MaximumFileContentToLoadExceededException of
Types.maximum_file_content_to_load_exceeded_exception
| `MaximumItemsToCompareExceededException of
Types.maximum_items_to_compare_exceeded_exception
| `MergeOptionRequiredException of Types.merge_option_required_exception
| `PathRequiredException of Types.path_required_exception
| `RepositoryDoesNotExistException of
Types.repository_does_not_exist_exception
| `RepositoryNameRequiredException of
Types.repository_name_required_exception
| `TipsDivergenceExceededException of
Types.tips_divergence_exceeded_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_merge_conflicts_input ->
(Types.describe_merge_conflicts_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `CommitDoesNotExistException of Types.commit_does_not_exist_exception
| `CommitRequiredException of Types.commit_required_exception
| `EncryptionIntegrityChecksFailedException of
Types.encryption_integrity_checks_failed_exception
| `EncryptionKeyAccessDeniedException of
Types.encryption_key_access_denied_exception
| `EncryptionKeyDisabledException of
Types.encryption_key_disabled_exception
| `EncryptionKeyNotFoundException of
Types.encryption_key_not_found_exception
| `EncryptionKeyUnavailableException of
Types.encryption_key_unavailable_exception
| `FileDoesNotExistException of Types.file_does_not_exist_exception
| `InvalidCommitException of Types.invalid_commit_exception
| `InvalidConflictDetailLevelException of
Types.invalid_conflict_detail_level_exception
| `InvalidConflictResolutionStrategyException of
Types.invalid_conflict_resolution_strategy_exception
| `InvalidContinuationTokenException of
Types.invalid_continuation_token_exception
| `InvalidMaxMergeHunksException of Types.invalid_max_merge_hunks_exception
| `InvalidMergeOptionException of Types.invalid_merge_option_exception
| `InvalidPathException of Types.invalid_path_exception
| `InvalidRepositoryNameException of
Types.invalid_repository_name_exception
| `MaximumFileContentToLoadExceededException of
Types.maximum_file_content_to_load_exceeded_exception
| `MaximumItemsToCompareExceededException of
Types.maximum_items_to_compare_exceeded_exception
| `MergeOptionRequiredException of Types.merge_option_required_exception
| `PathRequiredException of Types.path_required_exception
| `RepositoryDoesNotExistException of
Types.repository_does_not_exist_exception
| `RepositoryNameRequiredException of
Types.repository_name_required_exception
| `TipsDivergenceExceededException of
Types.tips_divergence_exceeded_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result