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

CLOCK_OUT_OF_SYNC

The local clock is out of sync with the network.

PRE_RELEASE_TEST_BUILD

The node is a pre‐release or test build, not for production use.

FATAL_INTERNAL_ERROR

A fatal internal error occurred and the node must shut down.

Created with MrDocs