util::Unexpected

The util::Unexpected class represents an unexpected value stored in util::Expected.

Synopsis

Declared in <util/expected.h>

template<class E>
class Unexpected;

Member Functions

NameDescription
Unexpected [constructor]Construct from an error value.
error Access the stored error value.

Non-Member Functions

NameDescription
::EstimationErrorBuild a fee rate estimation error result: a zero-value estimation identifying the estimator and target, alongside the error message.