kernel::Notifications::warningSet

Notifies that a node warning has been raised.

Synopsis

Declared in <kernel/notifications_interface.h>

virtual
void
warningSet(
    Warning id,
    bilingual_str const& message);

Parameters

NameDescription
idIdentifier of the warning being set.
messageHuman-readable warning message.