Struct sea_orm::error::SqlxSqliteError
pub struct SqlxSqliteError { /* private fields */ }Trait Implementations§
§impl DatabaseError for SqliteError
impl DatabaseError for SqliteError
§fn constraint(&self) -> Option<&str>
fn constraint(&self) -> Option<&str>
Returns the name of the constraint that triggered the error, if applicable.
If the error was caused by a conflict of a unique index, this will be the index name. Read more
§impl Debug for SqliteError
impl Debug for SqliteError
§impl Display for SqliteError
impl Display for SqliteError
§impl Error for SqliteError
impl Error for SqliteError
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()