Enum | Description |
---|---|
ImageFailureCode | |
LayerAvailability | |
LayerFailureCode | |
RegistryAliasStatus |
Exception | Description |
---|---|
AmazonECRPublicException |
Base exception for all service exceptions thrown by Amazon Elastic Container Registry Public
|
EmptyUploadException |
The specified layer upload does not contain any layer parts.
|
ImageAlreadyExistsException |
The specified image has already been pushed, and there were no changes to the manifest or image tag after the last
push.
|
ImageDigestDoesNotMatchException |
The specified image digest does not match the digest that Amazon ECR calculated for the image.
|
ImageNotFoundException |
The image requested does not exist in the specified repository.
|
ImageTagAlreadyExistsException |
The specified image is tagged with a tag that already exists.
|
InvalidLayerException |
The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest
specified.
|
InvalidLayerPartException |
The layer part size is not valid, or the first byte specified is not consecutive to the last byte of a previous layer
part upload.
|
InvalidParameterException |
The specified parameter is invalid.
|
InvalidTagParameterException |
An invalid parameter has been specified.
|
LayerAlreadyExistsException |
The image layer already exists in the associated repository.
|
LayerPartTooSmallException |
Layer parts must be at least 5 MiB in size.
|
LayersNotFoundException |
The specified layers could not be found, or the specified layer is not valid for this repository.
|
LimitExceededException |
The operation did not succeed because it would have exceeded a service limit for your account.
|
ReferencedImagesNotFoundException |
The manifest list is referencing an image that does not exist.
|
RegistryNotFoundException |
The registry does not exist.
|
RepositoryAlreadyExistsException |
The specified repository already exists in the specified registry.
|
RepositoryNotEmptyException |
The specified repository contains images.
|
RepositoryNotFoundException |
The specified repository could not be found.
|
RepositoryPolicyNotFoundException |
The specified repository and registry combination does not have an associated repository policy.
|
ServerException |
These errors are usually caused by a server-side issue.
|
TooManyTagsException |
The list of tags on the repository is over the limit.
|
UnsupportedCommandException |
The action is not supported in this Region.
|
UploadNotFoundException |
The upload could not be found, or the specified upload ID is not valid for this repository.
|