pub type FsError = TrappableError<ErrorCode>;
Aliased Type§
struct FsError { /* private fields */ }
Implementations
Trait Implementations§
Source§impl From<ResourceTableError> for FsError
impl From<ResourceTableError> for FsError
Source§fn from(error: ResourceTableError) -> Self
fn from(error: ResourceTableError) -> Self
Converts to this type from the input type.
Source§impl<T> Debug for TrappableError<T>
impl<T> Debug for TrappableError<T>
Source§impl<T> Display for TrappableError<T>
impl<T> Display for TrappableError<T>
Source§impl<T> Error for TrappableError<T>
impl<T> Error for TrappableError<T>
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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()