Categories of node‐level warning shown to the user and over RPC.
Synopsis
Declared in <node/warnings.h>
enum class Warning : int;
Members
Name |
Description |
|
The local clock is out of sync with the network. |
|
The node is a pre‐release or test build, not for production use. |
|
A fatal internal error occurred and the node must shut down. |
Created with MrDocs