Enum sc_executor_common::error::WasmError [−][src]
pub enum WasmError { CodeNotFound, ApplySnapshotFailed, ErasingFailed(String), InvalidModule, CantDeserializeWasm, InvalidMemory, InvalidHeapPages, Instantiation(String), Other(String), }
Type for errors occurring during Wasm runtime construction.
Variants
Code could not be read from the state.
Failure to reinitialize runtime instance from snapshot.
ErasingFailed(String)
Failure to erase the wasm memory.
Depending on the implementation might mean failure of allocating memory.
Wasm code failed validation.
Wasm code could not be deserialized.
The module does not export a linear memory named memory
.
The number of heap pages requested is disallowed by the module.
Instantiation(String)
Instantiation error.
Other(String)
Other error happenend.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WasmError
impl Send for WasmError
impl Sync for WasmError
impl Unpin for WasmError
impl UnwindSafe for WasmError
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,