pub enum AccessiblePrimitiveConversionError {
ParseError(<i32 as FromStr>::Err),
ObjectConversionError(ObjectPathConversionError),
NoPathId,
NoFirstSectionOfSender,
NoSecondSectionOfSender,
NoSender,
ErrSender,
}Variants§
ParseError(<i32 as FromStr>::Err)
ObjectConversionError(ObjectPathConversionError)
NoPathId
NoFirstSectionOfSender
NoSecondSectionOfSender
NoSender
ErrSender
Trait Implementations§
source§impl Clone for AccessiblePrimitiveConversionError
impl Clone for AccessiblePrimitiveConversionError
source§fn clone(&self) -> AccessiblePrimitiveConversionError
fn clone(&self) -> AccessiblePrimitiveConversionError
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 Error for AccessiblePrimitiveConversionError
impl Error for AccessiblePrimitiveConversionError
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 From<AccessiblePrimitiveConversionError> for OdiliaError
impl From<AccessiblePrimitiveConversionError> for OdiliaError
source§fn from(apc_error: AccessiblePrimitiveConversionError) -> Self
fn from(apc_error: AccessiblePrimitiveConversionError) -> Self
Converts to this type from the input type.
source§impl From<ObjectPathConversionError> for AccessiblePrimitiveConversionError
impl From<ObjectPathConversionError> for AccessiblePrimitiveConversionError
source§fn from(object_conversion_error: ObjectPathConversionError) -> Self
fn from(object_conversion_error: ObjectPathConversionError) -> Self
Converts to this type from the input type.