InitError

InitError overloads

Synopses

Declared in <node/interface_ui.h>

Show error message

bool
InitError(bilingual_str const& str);
» more...

Show error message with additional detail lines.

bool
InitError(
    bilingual_str const& str,
    std::vector<std::string> const& details);
» more...

Return Value

Always false, so callers can return it directly to signal failure.

Parameters

NameDescription
strThe error message to display.
detailsExtra lines of detail shown alongside str.