Manages warning messages within a node.
Synopsis
Declared in <node/warnings.h>
class Warnings;
Description
Collects and surfaces node warnings shown to the user and over RPC.
Member Functions
Name |
Description |
|
Constructors |
|
Copy assignment is deleted; a warnings instance must not be copied. |
Return potential problems detected by the node, sorted by the warning_type id |
|
Set a warning message. If a warning with the specified |
|
Unset a warning message. If a warning with the specified |
Non-Member Functions
Name |
Description |
RPC helper function that wraps warnings.GetMessages(). |
Created with MrDocs