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
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