MCPcopy Create free account
hub / github.com/Syncplay/syncplay / showErrorMessage

Method showErrorMessage

syncplay/client.py:1763–1766  ·  view source on GitHub ↗
(self, message, criticalerror=False)

Source from the content-addressed store, hash-verified

1761 self.__ui.setControllerStatus(username, isController)
1762
1763 def showErrorMessage(self, message, criticalerror=False):
1764 if message != self.lastError: # Avoid double call bug
1765 self.lastError = message
1766 self.__ui.showErrorMessage(message, criticalerror)
1767
1768 def promptFor(self, prompt):
1769 return self.__ui.promptFor(prompt)

Callers 15

stopRetryingMethod · 0.45
checkIfConnectedMethod · 0.45
manualReconnectMethod · 0.45
wrapperMethod · 0.45
loadDelayedPathMethod · 0.45
connectionMadeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected