[#kernel-Notifications-flushError] = xref:kernel.adoc[kernel]::xref:kernel/Notifications.adoc[Notifications]::flushError :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void flushError(xref:bilingual_str.adoc[bilingual_str] const& message); ---- == Parameters [cols="1,4"] |=== | Name| Description | *message* | Human‐readable description of the flush error. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#