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

Name

Description

id

Identifier of the warning being set.

message

Human‐readable warning message.

Created with MrDocs