pub trait Error: Display + Send { }
Implemented on backend errors, for example sqlx::Error
sqlx::Error