Struct aws_http::user_agent::InvalidMetadataValue
source · #[non_exhaustive]pub struct InvalidMetadataValue;
Expand description
Error for when an user agent metadata doesn’t meet character requirements.
Metadata may only have alphanumeric characters and any of these characters:
!#$%&'*+-.^_`|~
Spaces are not allowed.
Trait Implementations§
source§impl Debug for InvalidMetadataValue
impl Debug for InvalidMetadataValue
source§impl Display for InvalidMetadataValue
impl Display for InvalidMetadataValue
source§impl Error for InvalidMetadataValue
impl Error for InvalidMetadataValue
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()