[#Chainstate-CoinsErrorCatcher] = xref:Chainstate.adoc[Chainstate]::CoinsErrorCatcher :relfileprefix: ../ :mrdocs: Access the error‐catching wrapper around the UTXO set view. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f9513ab4448), requires_capability(0x7f9502c974b8), requires_capability(0x7f95254491e8), requires_capability(0x7f95173ff4c8)]] xref:CCoinsViewErrorCatcher.adoc[CCoinsViewErrorCatcher]& CoinsErrorCatcher(); ---- == Return Value A reference to a wrapped view of the in‐memory UTXO set that handles disk read errors gracefully. [.small]#Created with https://www.mrdocs.com[MrDocs]#