Enum bitcoin::util::Error [−][src]
Expand description
A general error code, other errors should implement conversions to/from this if appropriate.
Variants
Encode(Error)
Tuple Fields
0: Error
Encoding error
Network(Error)
Tuple Fields
0: Error
Network error
BlockBadProofOfWork
The header hash is not below the target
BlockBadTarget
The target
field of a block header did not match the expected difficulty