Struct ckb_script::TransactionScriptError 
source · pub struct TransactionScriptError { /* private fields */ }Expand description
Script execution error with the error source information.
Trait Implementations§
source§impl Clone for TransactionScriptError
 
impl Clone for TransactionScriptError
source§fn clone(&self) -> TransactionScriptError
 
fn clone(&self) -> TransactionScriptError
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 TransactionScriptError
 
impl Debug for TransactionScriptError
source§impl Display for TransactionScriptError
 
impl Display for TransactionScriptError
source§impl Error for TransactionScriptError
 
impl Error for TransactionScriptError
1.30.0 · source§fn 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 · source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<TransactionScriptError> for Error
 
impl From<TransactionScriptError> for Error
source§fn from(error: TransactionScriptError) -> Self
 
fn from(error: TransactionScriptError) -> Self
Converts to this type from the input type.
source§impl PartialEq<TransactionScriptError> for TransactionScriptError
 
impl PartialEq<TransactionScriptError> for TransactionScriptError
source§fn eq(&self, other: &TransactionScriptError) -> bool
 
fn eq(&self, other: &TransactionScriptError) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.