Enum aws_sdk_ecr::error::CreatePullThroughCacheRuleErrorKind [−][src]
#[non_exhaustive]
pub enum CreatePullThroughCacheRuleErrorKind {
InvalidParameterException(InvalidParameterException),
LimitExceededException(LimitExceededException),
PullThroughCacheRuleAlreadyExistsException(PullThroughCacheRuleAlreadyExistsException),
ServerException(ServerException),
UnsupportedUpstreamRegistryException(UnsupportedUpstreamRegistryException),
ValidationException(ValidationException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the CreatePullThroughCacheRule operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
InvalidParameterException(InvalidParameterException)
Tuple Fields
The specified parameter is invalid. Review the available parameters for the API request.
LimitExceededException(LimitExceededException)
Tuple Fields
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.
PullThroughCacheRuleAlreadyExistsException(PullThroughCacheRuleAlreadyExistsException)
Tuple Fields
A pull through cache rule with these settings already exists for the private registry.
ServerException(ServerException)
Tuple Fields
These errors are usually caused by a server-side issue.
UnsupportedUpstreamRegistryException(UnsupportedUpstreamRegistryException)
Tuple Fields
The specified upstream registry isn't supported.
ValidationException(ValidationException)
Tuple Fields
There was an exception validating this request.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl Send for CreatePullThroughCacheRuleErrorKind
impl Sync for CreatePullThroughCacheRuleErrorKind
impl Unpin for CreatePullThroughCacheRuleErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
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
