Enum ink_engine::Error
source · pub enum Error {
Account(AccountError),
UninitializedBlocks,
UninitializedExecutionContext,
UnregisteredChainExtension,
}Expand description
Errors which can happen when interacting with this crate.
Variants§
Trait Implementations§
source§impl From<AccountError> for Error
impl From<AccountError> for Error
source§fn from(original: AccountError) -> Error
fn from(original: AccountError) -> Error
Converts to this type from the input type.