Show error message with additional detail lines.
Declared in <node/interface_ui.h>
bool
InitError(
bilingual_str const& str,
std::vector<std::string> const& details);
Always false, so callers can return it directly to signal failure.
| Name | Description |
|---|---|
| str | The error message to display. |
| details | Extra lines of detail shown alongside str. |