Struct sp_database::error::DatabaseError  
source · pub struct DatabaseError(pub Box<dyn Error + Send + Sync + 'static>);Expand description
The error type for database operations.
Tuple Fields§
§0: Box<dyn Error + Send + Sync + 'static>Trait Implementations§
source§impl Debug for DatabaseError
 
impl Debug for DatabaseError
source§impl Display for DatabaseError
 
impl Display for DatabaseError
source§impl Error for DatabaseError
 
impl Error for DatabaseError
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()