[#node-KernelNotifications-flushError] = xref:node.adoc[node]::xref:node/KernelNotifications.adoc[KernelNotifications]::flushError :relfileprefix: ../../ :mrdocs: Handle a non‐fatal error while flushing state to disk. == Synopsis Declared in `<node/kernel_notifications.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void flushError(xref:bilingual_str.adoc[bilingual_str] const& message) override; ---- == Parameters [cols="1,4"] |=== | Name| Description | *message* | Human‐readable description of the flush error. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#