Type Definition near_workspaces::result::ExecutionFailure
source · [−]pub type ExecutionFailure = ExecutionResult<TxExecutionError>;Expand description
Execution related info as a result of performing a failed transaction execution on the network. The related error message can be retrieved from this object or can be forwarded.
Trait Implementations
sourceimpl Display for ExecutionFailure
impl Display for ExecutionFailure
sourceimpl Error for ExecutionFailure
impl Error for ExecutionFailure
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()