Enum sputnikvm::errors::PreExecutionError [] [src]

pub enum PreExecutionError {
    InvalidCaller,
    InvalidNonce,
    InsufficientBalance,
    InsufficientGasLimit,
}

Errors when trying to validate the transaction.

Variants

The caller is invalid.

Nonce of the caller does not equal.

Balance from the caller is insufficient.

Gas limit is smaller than the intrinsic gas required.

Trait Implementations

impl Debug for PreExecutionError
[src]

[src]

Formats the value using the given formatter.

impl Clone for PreExecutionError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more