Show error message

Synopsis

Declared in <node/interface_ui.h>

bool
InitError(bilingual_str const& str);

Return Value

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

Parameters

Name

Description

str

The error message to display.

Created with MrDocs