Enum ckb_tx_pool::error::BlockAssemblerError [−][src]
pub enum BlockAssemblerError {
InvalidInput,
InvalidParams(String),
Disabled,
}Expand description
The error type for block assemble related
Variants
InvalidInput
Input is invalid
InvalidParams(String)
Tuple Fields
0: StringParameters is invalid
Disabled
BlockAssembler is disabled
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BlockAssemblerError
impl Send for BlockAssemblerError
impl Sync for BlockAssemblerError
impl Unpin for BlockAssemblerError
impl UnwindSafe for BlockAssemblerError
Blanket Implementations
Mutably borrows from an owned value. Read more