[#wallet-CWallet-ScanResult-_04enum] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::xref:wallet/CWallet/ScanResult.adoc[ScanResult]::Unnamed enum :relfileprefix: ../../../ :mrdocs: Overall status of the scan. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `SUCCESS` | All requested blocks were scanned successfully. | `FAILURE` | A block could not be scanned due to read errors or pruning. | `USER_ABORT` | The scan was aborted by the user before completing. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#