Result of opening or creating a wallet database.
Synopsis
Declared in <wallet/db.h>
enum class DatabaseStatus : int;
Members
Name |
Description |
|
The database was opened or created successfully. |
|
The provided path is invalid. |
|
The database format is invalid or unrecognized. |
|
The database is a legacy wallet and legacy support is disabled. |
|
The database is already loaded. |
|
A database already exists at the path. |
|
No database was found at the path. |
|
The database could not be created. |
|
The database could not be loaded. |
|
The database failed integrity verification. |
|
The database could not be encrypted. |
|
The backup file is invalid. |
|
A new database was requested without a name. |
Created with MrDocs