Enum evm::errors::NotSupportedError [] [src]

pub enum NotSupportedError {
    MemoryIndexNotSupported,
    PrecompiledNotSupported,
}

Variants

The memory index is too large for the implementation of the VM to handle.

A particular precompiled contract is not supported.

Trait Implementations

impl Debug for NotSupportedError
[src]

[src]

Formats the value using the given formatter.

impl Clone for NotSupportedError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more