pub type BackendError = Arc<dyn Error + Send + Sync + 'static>;
An error that can occur from the backend.
pub struct BackendError { /* private fields */ }