[#FeeRateEstimationError] = FeeRateEstimationError :mrdocs: A failed fee rate estimation, carrying the zero‐value estimation that identifies the estimator and target alongside the error reason. == Synopsis Declared in `<util/fees.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct FeeRateEstimationError; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:FeeRateEstimationError/estimation.adoc[`estimation`] | The zero‐value estimation identifying the estimator and target that failed. | xref:FeeRateEstimationError/reason.adoc[`reason`] | Human‐readable description of why estimation failed. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:EstimationError.adoc[`EstimationError`] | Build a fee rate estimation error result: a zero‐value estimation identifying the estimator and target, alongside the error message. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#