Outcome of verifying the consistency of the block and coin databases.
Declared in <validation.h>
enum class VerifyDBResult : int;
| 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). |