Error statuses for the wallet database. Values are in order of severity. When multiple errors occur, the most severe (highest value) will be returned.
Synopsis
Declared in <wallet/walletdb.h>
enum class DBErrors : int;
Members
Name |
Description |
|
The wallet loaded without error. |
|
The wallet loaded but a rescan is required. |
|
The wallet requires external signer support that is unavailable. |
|
A non‐critical error occurred while loading. |
|
The wallet was created by a newer version of the software. |
|
The wallet contains a descriptor of an unknown type. |
|
The wallet failed to load. |
|
An unexpected legacy record was found in a descriptor wallet. |
|
The wallet is a legacy wallet. |
|
The wallet database is corrupt. |
Created with MrDocs