Enum avm_server::AVMError [−][src]
pub enum AVMError { FaaSError(FaaSError), InterpreterResultDeError(String), PersistDataError(IOError, PathBuf), InvalidDataStorePath(IOError, PathBuf), InvalidAIRPath { invalid_path: PathBuf, io_error: Option<IOError>, reason: &'static str, }, }
Variants
FaaSError(FaaSError)
Expand description
FaaS errors.
InterpreterResultDeError(String)
Expand description
AIR interpreter result deserialization errors.
Expand description
I/O errors while persisting resulted data.
Expand description
Errors related to particle_data_store path from supplied config.
Expand description
Specified path to AIR interpreter .wasm file was invalid
Show fields
Trait Implementations
impl Error for AVMError
[src]
impl Error for AVMError
[src]fn source(&self) -> Option<&(dyn Error + 'static)>
[src]
fn source(&self) -> Option<&(dyn Error + 'static)>
[src]The lower-level source of this error, if any. Read more
fn backtrace(&self) -> Option<&Backtrace>
[src]
fn backtrace(&self) -> Option<&Backtrace>
[src]🔬 This is a nightly-only experimental API. (
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
fn description(&self) -> &str
1.0.0[src]
fn description(&self) -> &str
1.0.0[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
impl From<Infallible> for AVMError
[src]
impl From<Infallible> for AVMError
[src]fn from(_: Infallible) -> Self
[src]
fn from(_: Infallible) -> Self
[src]Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for AVMError
impl Send for AVMError
impl Sync for AVMError
impl Unpin for AVMError
impl !UnwindSafe for AVMError
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self