[#CCoinsViewErrorCatcher-AddReadErrCallback] = xref:CCoinsViewErrorCatcher.adoc[CCoinsViewErrorCatcher]::AddReadErrCallback :relfileprefix: ../ :mrdocs: Register a callback to run when a LevelDB read error occurs. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AddReadErrCallback(std::function<void()> f); ---- == Parameters [cols="1,4"] |=== | Name| Description | *f* | Callback to invoke on a read error. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#