Enum aws_sdk_ecr::Error[][src]

#[non_exhaustive]
pub enum Error {
Show 31 variants EmptyUploadException(EmptyUploadException), ImageAlreadyExistsException(ImageAlreadyExistsException), ImageDigestDoesNotMatchException(ImageDigestDoesNotMatchException), ImageNotFoundException(ImageNotFoundException), ImageTagAlreadyExistsException(ImageTagAlreadyExistsException), InvalidLayerException(InvalidLayerException), InvalidLayerPartException(InvalidLayerPartException), InvalidParameterException(InvalidParameterException), InvalidTagParameterException(InvalidTagParameterException), KmsException(KmsException), LayerAlreadyExistsException(LayerAlreadyExistsException), LayerInaccessibleException(LayerInaccessibleException), LayerPartTooSmallException(LayerPartTooSmallException), LayersNotFoundException(LayersNotFoundException), LifecyclePolicyNotFoundException(LifecyclePolicyNotFoundException), LifecyclePolicyPreviewInProgressException(LifecyclePolicyPreviewInProgressException), LifecyclePolicyPreviewNotFoundException(LifecyclePolicyPreviewNotFoundException), LimitExceededException(LimitExceededException), ReferencedImagesNotFoundException(ReferencedImagesNotFoundException), RegistryPolicyNotFoundException(RegistryPolicyNotFoundException), RepositoryAlreadyExistsException(RepositoryAlreadyExistsException), RepositoryNotEmptyException(RepositoryNotEmptyException), RepositoryNotFoundException(RepositoryNotFoundException), RepositoryPolicyNotFoundException(RepositoryPolicyNotFoundException), ScanNotFoundException(ScanNotFoundException), ServerException(ServerException), TooManyTagsException(TooManyTagsException), UnsupportedImageTypeException(UnsupportedImageTypeException), UploadNotFoundException(UploadNotFoundException), ValidationException(ValidationException), Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description

All possible error types for this service.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
EmptyUploadException(EmptyUploadException)

The specified layer upload does not contain any layer parts.

Tuple Fields of EmptyUploadException

0: EmptyUploadException
ImageAlreadyExistsException(ImageAlreadyExistsException)

The specified image has already been pushed, and there were no changes to the manifest or image tag after the last push.

Tuple Fields of ImageAlreadyExistsException

0: ImageAlreadyExistsException
ImageDigestDoesNotMatchException(ImageDigestDoesNotMatchException)

The specified image digest does not match the digest that Amazon ECR calculated for the image.

Tuple Fields of ImageDigestDoesNotMatchException

0: ImageDigestDoesNotMatchException
ImageNotFoundException(ImageNotFoundException)

The image requested does not exist in the specified repository.

Tuple Fields of ImageNotFoundException

0: ImageNotFoundException
ImageTagAlreadyExistsException(ImageTagAlreadyExistsException)

The specified image is tagged with a tag that already exists. The repository is configured for tag immutability.

Tuple Fields of ImageTagAlreadyExistsException

0: ImageTagAlreadyExistsException
InvalidLayerException(InvalidLayerException)

The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.

Tuple Fields of InvalidLayerException

0: InvalidLayerException
InvalidLayerPartException(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.

Tuple Fields of InvalidLayerPartException

0: InvalidLayerPartException
InvalidParameterException(InvalidParameterException)

The specified parameter is invalid. Review the available parameters for the API request.

Tuple Fields of InvalidParameterException

0: InvalidParameterException
InvalidTagParameterException(InvalidTagParameterException)

An invalid parameter has been specified. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

Tuple Fields of InvalidTagParameterException

0: InvalidTagParameterException
KmsException(KmsException)

The operation failed due to a KMS exception.

Tuple Fields of KmsException

0: KmsException
LayerAlreadyExistsException(LayerAlreadyExistsException)

The image layer already exists in the associated repository.

Tuple Fields of LayerAlreadyExistsException

0: LayerAlreadyExistsException
LayerInaccessibleException(LayerInaccessibleException)

The specified layer is not available because it is not associated with an image. Unassociated image layers may be cleaned up at any time.

Tuple Fields of LayerInaccessibleException

0: LayerInaccessibleException
LayerPartTooSmallException(LayerPartTooSmallException)

Layer parts must be at least 5 MiB in size.

Tuple Fields of LayerPartTooSmallException

0: LayerPartTooSmallException
LayersNotFoundException(LayersNotFoundException)

The specified layers could not be found, or the specified layer is not valid for this repository.

Tuple Fields of LayersNotFoundException

0: LayersNotFoundException
LifecyclePolicyNotFoundException(LifecyclePolicyNotFoundException)

The lifecycle policy could not be found, and no policy is set to the repository.

Tuple Fields of LifecyclePolicyNotFoundException

0: LifecyclePolicyNotFoundException
LifecyclePolicyPreviewInProgressException(LifecyclePolicyPreviewInProgressException)

The previous lifecycle policy preview request has not completed. Wait and try again.

Tuple Fields of LifecyclePolicyPreviewInProgressException

0: LifecyclePolicyPreviewInProgressException
LifecyclePolicyPreviewNotFoundException(LifecyclePolicyPreviewNotFoundException)

There is no dry run for this repository.

Tuple Fields of LifecyclePolicyPreviewNotFoundException

0: LifecyclePolicyPreviewNotFoundException
LimitExceededException(LimitExceededException)

The operation did not succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR service quotas in the Amazon Elastic Container Registry User Guide.

Tuple Fields of LimitExceededException

0: LimitExceededException
ReferencedImagesNotFoundException(ReferencedImagesNotFoundException)

The manifest list is referencing an image that does not exist.

Tuple Fields of ReferencedImagesNotFoundException

0: ReferencedImagesNotFoundException
RegistryPolicyNotFoundException(RegistryPolicyNotFoundException)

The registry doesn't have an associated registry policy.

Tuple Fields of RegistryPolicyNotFoundException

0: RegistryPolicyNotFoundException
RepositoryAlreadyExistsException(RepositoryAlreadyExistsException)

The specified repository already exists in the specified registry.

Tuple Fields of RepositoryAlreadyExistsException

0: RepositoryAlreadyExistsException
RepositoryNotEmptyException(RepositoryNotEmptyException)

The specified repository contains images. To delete a repository that contains images, you must force the deletion with the force parameter.

Tuple Fields of RepositoryNotEmptyException

0: RepositoryNotEmptyException
RepositoryNotFoundException(RepositoryNotFoundException)

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

Tuple Fields of RepositoryNotFoundException

0: RepositoryNotFoundException
RepositoryPolicyNotFoundException(RepositoryPolicyNotFoundException)

The specified repository and registry combination does not have an associated repository policy.

Tuple Fields of RepositoryPolicyNotFoundException

0: RepositoryPolicyNotFoundException
ScanNotFoundException(ScanNotFoundException)

The specified image scan could not be found. Ensure that image scanning is enabled on the repository and try again.

Tuple Fields of ScanNotFoundException

0: ScanNotFoundException
ServerException(ServerException)

These errors are usually caused by a server-side issue.

Tuple Fields of ServerException

0: ServerException
TooManyTagsException(TooManyTagsException)

The list of tags on the repository is over the limit. The maximum number of tags that can be applied to a repository is 50.

Tuple Fields of TooManyTagsException

0: TooManyTagsException
UnsupportedImageTypeException(UnsupportedImageTypeException)

The image is of a type that cannot be scanned.

Tuple Fields of UnsupportedImageTypeException

0: UnsupportedImageTypeException
UploadNotFoundException(UploadNotFoundException)

The upload could not be found, or the specified upload ID is not valid for this repository.

Tuple Fields of UploadNotFoundException

0: UploadNotFoundException
ValidationException(ValidationException)

There was an exception validating this request.

Tuple Fields of ValidationException

0: ValidationException
Unhandled(Box<dyn Error + Send + Sync + 'static>)

An unhandled error occurred.

Tuple Fields of Unhandled

0: Box<dyn Error + Send + Sync + 'static>

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

The lower-level source of this error, if any. Read more

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more