[#node-KernelNotifications-warningSet-0e] = xref:node.adoc[node]::xref:node/KernelNotifications.adoc[KernelNotifications]::warningSet :relfileprefix: ../../ :mrdocs: `warningSet` overloads == Synopses Declared in `<node/kernel_notifications.h>` Notifies that a node warning has been raised. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void xref:kernel/Notifications/warningSet.adoc[warningSet]( xref:kernel/Warning.adoc[Warning] id, xref:bilingual_str.adoc[bilingual_str] const& message); ---- [.small]#xref:kernel/Notifications/warningSet.adoc[_» more..._]# Raise a node warning. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void xref:node/KernelNotifications/warningSet-09.adoc[warningSet]( xref:kernel/Warning.adoc[kernel::Warning] id, xref:bilingual_str.adoc[bilingual_str] const& message) override; ---- [.small]#xref:node/KernelNotifications/warningSet-09.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *id* | Identifier of the warning being set. | *message* | Human‐readable warning message. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#