Enum cfx_rpc_eth_types::TraceError
source · pub enum TraceError {
Reverted,
Error(Bytes),
}
Variants§
Reverted
Execution has been reverted with REVERT instruction.
Error(Bytes)
Other errors with error message encoded.
Trait Implementations§
source§impl Clone for TraceError
impl Clone for TraceError
source§fn clone(&self) -> TraceError
fn clone(&self) -> TraceError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TraceError
impl Debug for TraceError
Auto Trait Implementations§
impl RefUnwindSafe for TraceError
impl Send for TraceError
impl Sync for TraceError
impl Unpin for TraceError
impl UnwindSafe for TraceError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more