Enum sputnikvm::errors::RuntimeError [] [src]

pub enum RuntimeError {
    OnChain(OnChainError),
    NotSupported(NotSupportedError),
}

Runtime error. Can either be an on-chain error or a not-supported error.

Variants

On chain error.

Off chain error due to VM not supported.

Trait Implementations

impl From<OnChainError> for RuntimeError
[src]

[src]

Performs the conversion.

impl From<NotSupportedError> for RuntimeError
[src]

[src]

Performs the conversion.

impl Debug for RuntimeError
[src]

[src]

Formats the value using the given formatter.

impl Clone for RuntimeError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more