MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / ShowErrorDialog

Function ShowErrorDialog

src/common/cloud_work_queue.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void ShowErrorDialog(const std::string& message) {
140 EnsureDefaultReporter();
141 if (g_reporter) g_reporter(message);
142}
143
144static void OnCloudFailure(const char* operation, const std::string& path) {
145 int fails = ++g_consecutiveFails;

Callers 2

OnCloudFailureFunction · 0.85
NotifyAuthFailureFunction · 0.85

Calls 1

EnsureDefaultReporterFunction · 0.85

Tested by

no test coverage detected