Enum gloo_storage::errors::StorageError
source · [−]Expand description
Error returned by this crate
Variants
SerdeError(Error)
Error from serde
KeyNotFound(String)
Error if the requested key is not found
JsError(JsError)
Error returned from JavaScript
Trait Implementations
sourceimpl Debug for StorageError
impl Debug for StorageError
sourceimpl Display for StorageError
impl Display for StorageError
sourceimpl Error for StorageError
impl Error for StorageError
sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations
impl !RefUnwindSafe for StorageError
impl Send for StorageError
impl Sync for StorageError
impl Unpin for StorageError
impl !UnwindSafe for StorageError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more