[#InitError-06] = InitError :mrdocs: Show error message with additional detail lines. == Synopsis Declared in `<node/interface_ui.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool InitError( xref:bilingual_str.adoc[bilingual_str] const& str, std::vector<std::string> const& details); ---- == 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]#