23 InitError(user_message.
empty() ?
_(
"A fatal internal error occurred, see debug.log for details") : user_message);
bool InitError(const bilingual_str &str)
Show error message.
void AbortNode(std::atomic< int > &exit_status, const std::string &debug_message, const bilingual_str &user_message, bool shutdown)
void StartShutdown()
Request shutdown of the application.
bilingual_str _(const char *psz)
Translation function.
bilingual_str Untranslated(std::string original)
Mark a bilingual_str as untranslated.
void SetMiscWarning(const bilingual_str &warning)