Enum ckb_sdk::traits::CellCollectorError
source · Expand description
Cell collector errors
Variants§
Trait Implementations§
source§impl Debug for CellCollectorError
impl Debug for CellCollectorError
source§impl Display for CellCollectorError
impl Display for CellCollectorError
source§impl Error for CellCollectorError
impl Error for CellCollectorError
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<CellCollectorError> for BalanceTxCapacityError
impl From<CellCollectorError> for BalanceTxCapacityError
source§fn from(source: CellCollectorError) -> Self
fn from(source: CellCollectorError) -> Self
Converts to this type from the input type.
source§impl From<CellCollectorError> for TxBuilderError
impl From<CellCollectorError> for TxBuilderError
source§fn from(source: CellCollectorError) -> Self
fn from(source: CellCollectorError) -> Self
Converts to this type from the input type.