Class TipsDivergenceExceededException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<TipsDivergenceExceededException.Builder,TipsDivergenceExceededException>

@Generated("software.amazon.awssdk:codegen") public final class TipsDivergenceExceededException extends CodeCommitException implements ToCopyableBuilder<TipsDivergenceExceededException.Builder,TipsDivergenceExceededException>

The divergence between the tips of the provided commit specifiers is too great to determine whether there might be any merge conflicts. Locally compare the specifiers using git diff or a diff tool.

See Also: