[#VerifyDBResult] = VerifyDBResult :mrdocs: Outcome of verifying the consistency of the block and coin databases. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class VerifyDBResult : int; ---- == Members [cols="1,4"] |=== | Name| Description | `SUCCESS` | Verification completed and the databases are consistent. | `CORRUPTED_BLOCK_DB` | The block database was found to be corrupted. | `INTERRUPTED` | Verification was interrupted before completion. | `SKIPPED_L3_CHECKS` | Level‐3 checks were skipped (e.g. insufficient disk). | `SKIPPED_MISSING_BLOCKS` | Verification was skipped because required blocks were missing (e.g. pruned). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#