Struct aws_sdk_ecr::error::InvalidLayerException
source · #[non_exhaustive]pub struct InvalidLayerException { /* private fields */ }
Expand description
The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.
Implementations§
source§impl InvalidLayerException
impl InvalidLayerException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidLayerException
.
Trait Implementations§
source§impl Clone for InvalidLayerException
impl Clone for InvalidLayerException
source§fn clone(&self) -> InvalidLayerException
fn clone(&self) -> InvalidLayerException
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InvalidLayerException
impl Debug for InvalidLayerException
source§impl Display for InvalidLayerException
impl Display for InvalidLayerException
source§impl Error for InvalidLayerException
impl Error for InvalidLayerException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<InvalidLayerException> for InvalidLayerException
impl PartialEq<InvalidLayerException> for InvalidLayerException
source§fn eq(&self, other: &InvalidLayerException) -> bool
fn eq(&self, other: &InvalidLayerException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.