Enum ssvm_evmc_client::EvmcLoaderErrorCode[][src]

pub enum EvmcLoaderErrorCode {
    EvmcLoaderSucces,
    EvmcLoaderCannotOpen,
    EvmcLoaderSymbolNotFound,
    EvmcLoaderInvalidArgument,
    EvmcLoaderInstanceCreationFailure,
    EvmcLoaderAbiVersionMismatch,
    EvmcLoaderInvalidOptionName,
    EvmcLoaderInvalidOptionValue,
}

Variants

EvmcLoaderSucces

The loader succeeded.

EvmcLoaderCannotOpen

The loader cannot open the given file name.

EvmcLoaderSymbolNotFound

The VM create function not found.

EvmcLoaderInvalidArgument

The invalid argument value provided.

EvmcLoaderInstanceCreationFailure

The creation of a VM instance has failed.

EvmcLoaderAbiVersionMismatch

The ABI version of the VM instance has mismatched.

EvmcLoaderInvalidOptionName

The VM option is invalid.

EvmcLoaderInvalidOptionValue

The VM option value is invalid.

Trait Implementations

Formats the value using the given formatter. Read more

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts a f64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.