MCPcopy Index your code
hub / github.com/Syncplay/syncplay / sendError

Method sendError

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

Source from the content-addressed store, hash-verified

368 self.dropWithError(error["message"])
369
370 def sendError(self, message):
371 self.sendMessage({"Error": {"message": message}})
372
373 def sendTLS(self, message):
374 self.sendMessage({"TLS": message})

Callers

nothing calls this directly

Calls 1

sendMessageMethod · 0.80

Tested by

no test coverage detected