node::KernelNotifications::fatalError

Handle a fatal, unrecoverable error, requesting shutdown unless disabled.

Synopsis

Declared in <node/kernel_notifications.h>

virtual
void
fatalError(bilingual_str const& message) override;

Parameters

NameDescription
messageHuman-readable description of the fatal error.