A failed fee rate estimation, carrying the zero-value estimation that identifies the estimator and target alongside the error reason.
Declared in <util/fees.h>
struct FeeRateEstimationError;
| Name | Description |
|---|---|
estimation | The zero-value estimation identifying the estimator and target that failed. |
reason | Human-readable description of why estimation failed. |
| Name | Description |
|---|---|
EstimationError | Build a fee rate estimation error result: a zero-value estimation identifying the estimator and target, alongside the error message. |