The util::Unexpected class represents an unexpected value stored in util::Expected.
Declared in <util/expected.h>
template<class E>
class Unexpected;
| Name | Description |
|---|---|
Unexpected [constructor] | Construct from an error value. |
error | Access the stored error value. |
| Name | Description |
|---|---|
::EstimationError | Build a fee rate estimation error result: a zero-value estimation identifying the estimator and target, alongside the error message. |