Enum emerald_core::contract::ContractError [] [src]

pub enum ContractError {
    IO,
    InvalidContract,
}

Contract Service Errors

Variants

IO Error

Invalid Contract

Trait Implementations

impl Debug for ContractError
[src]

Formats the value using the given formatter.

impl Clone for ContractError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more