kernel::Notifications::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.

Synopsis

Declared in <kernel/notifications_interface.h>

virtual
void
flushError(bilingual_str const& message);

Parameters

NameDescription
messageHuman-readable description of the flush error.