Struct aws_smithy_types::error::TryFromNumberError
source · pub struct TryFromNumberError { /* private fields */ }
Expand description
The error type returned when conversion into an integer type or floating point type is lossy.
Trait Implementations§
source§impl Debug for TryFromNumberError
impl Debug for TryFromNumberError
source§impl Display for TryFromNumberError
impl Display for TryFromNumberError
source§impl Error for TryFromNumberError
impl Error for TryFromNumberError
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 From<TryFromIntError> for TryFromNumberError
impl From<TryFromIntError> for TryFromNumberError
source§fn from(value: TryFromIntError) -> Self
fn from(value: TryFromIntError) -> Self
Converts to this type from the input type.