Enum | Description |
---|---|
ImageFailureCode | |
LayerAvailability | |
LayerFailureCode |
Exception | Description |
---|---|
EmptyUploadException |
The specified layer upload does not contain any layer parts.
|
ImageAlreadyExistsException |
The specified image has already been pushed, and there are no changes to the
manifest or image tag since the last push.
|
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.
|
LayerAlreadyExistsException |
The image layer already exists in the associated repository.
|
LayerInaccessibleException |
The specified layer is not available because it is not associated with an
image.
|
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.
|
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.
|
UploadNotFoundException |
The upload could not be found, or the specified upload id is not valid for
this repository.
|
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.