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

Method sendError

syncplay/protocols.py:769–770  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

767 self.dropWithError(error["message"]) # TODO: more processing and fallbacking
768
769 def sendError(self, message):
770 self.sendMessage({"Error": {"message": message}})
771
772 def sendTLS(self, message):
773 self.sendMessage({"TLS": message})

Callers 1

dropWithErrorMethod · 0.95

Calls 1

sendMessageMethod · 0.80

Tested by

no test coverage detected