Enum sc_executor_common::error::Error [−][src]
pub enum Error {}Show variants
InvalidData(Error), Trap(Trap), Wasmi(Error), ApiError(String), MethodNotFound(String), InvalidCode(String), VersionInvalid, Externalities, InvalidIndex, InvalidReturn, Runtime, RuntimePanicked(String), InvalidMemoryReference, HeapBaseNotFoundOrInvalid, RuntimeHasStartFn, Other(String), Allocator(Error), FunctionExecution(String, String), NoTable, NoTableEntryWithIndex(u32), TableElementIsNotAFunction(u32), FunctionRefIsNull(u32), RuntimeConstruction(WasmError), SharedMemUnsupported, ImportedGlobalsUnsupported, InitializerHasTooManyExpressions, InvalidInitializerExpression(String),
Error type.
Variants
InvalidData(Error)
Trap(Trap)
Wasmi(Error)
ApiError(String)
MethodNotFound(String)
InvalidCode(String)
RuntimePanicked(String)
Other(String)
Allocator(Error)
NoTableEntryWithIndex(u32)
TableElementIsNotAFunction(u32)
FunctionRefIsNull(u32)
RuntimeConstruction(WasmError)
InvalidInitializerExpression(String)
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
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,