Enum emerald_core::contract::ContractError
[−]
[src]
pub enum ContractError { IO, InvalidContract, }
Contract Service Errors
Variants
IO
IO Error
InvalidContract
Invalid Contract
Trait Implementations
impl Debug for ContractError
[src]
impl Clone for ContractError
[src]
fn clone(&self) -> ContractError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more