A base class defining functions for notifying about certain kernel events.
More...
#include <notifications_interface.h>
A base class defining functions for notifying about certain kernel events.
Definition at line 35 of file notifications_interface.h.
◆ ~Notifications()
◆ blockTip()
◆ fatalError()
The fatal error notification is sent to notify the user when an error occurs in kernel code that can't be recovered from. After this notification is sent, whatever function triggered the error should also return an error code or raise an exception. Applications can choose to handle the fatal error notification by logging the error, or notifying the user, or triggering an early shutdown as a precaution against causing more errors.
Definition at line 61 of file notifications_interface.h.
◆ flushError()
The flush error notification is sent to notify the user that an error occurred while flushing block data to disk. Kernel code may ignore flush errors that don't affect the immediate operation it is trying to perform. Applications can choose to handle the flush error notification by logging the error, or notifying the user, or triggering an early shutdown as a precaution against causing more errors.
Definition at line 52 of file notifications_interface.h.
◆ headerTip()
◆ progress()
◆ warningSet()
◆ warningUnset()
The documentation for this class was generated from the following file: