Enum rgbstd::persistence::InventoryDataError
source · pub enum InventoryDataError<E: Error> {
Connectivity(E),
DataError(DataError),
}Variants§
Trait Implementations§
source§impl<E: Error> Display for InventoryDataError<E>
impl<E: Error> Display for InventoryDataError<E>
source§impl<E: Error> Error for InventoryDataError<E>
impl<E: Error> Error for InventoryDataError<E>
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<E: Error> From<InventoryDataError<E>> for InventoryError<E>
impl<E: Error> From<InventoryDataError<E>> for InventoryError<E>
source§fn from(err: InventoryDataError<E>) -> Self
fn from(err: InventoryDataError<E>) -> Self
Converts to this type from the input type.
source§impl<E: Error> From<InventoryDataError<E>> for String
impl<E: Error> From<InventoryDataError<E>> for String
source§fn from(err: InventoryDataError<E>) -> Self
fn from(err: InventoryDataError<E>) -> Self
Converts to this type from the input type.
source§impl<E: Error> From<MergeRevealError> for InventoryDataError<E>
impl<E: Error> From<MergeRevealError> for InventoryDataError<E>
source§fn from(v: MergeRevealError) -> Self
fn from(v: MergeRevealError) -> Self
Converts to this type from the input type.
source§impl<E: Error> From<RevealError> for InventoryDataError<E>
impl<E: Error> From<RevealError> for InventoryDataError<E>
source§fn from(v: RevealError) -> Self
fn from(v: RevealError) -> Self
Converts to this type from the input type.