[#InitError-09] = InitError :mrdocs: `InitError` overloads == Synopses Declared in `<node/interface_ui.h>` Show error message [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:InitError-0b.adoc[InitError](xref:bilingual_str.adoc[bilingual_str] const& str); ---- [.small]#xref:InitError-0b.adoc[_» more..._]# Show error message with additional detail lines. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:InitError-06.adoc[InitError]( xref:bilingual_str.adoc[bilingual_str] const& str, std::vector<std::string> const& details); ---- [.small]#xref:InitError-06.adoc[_» more..._]# == Return Value Always false, so callers can return it directly to signal failure. == Parameters [cols="1,4"] |=== | Name| Description | *str* | The error message to display. | *details* | Extra lines of detail shown alongside `str.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#