MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / ConnectionError

Class ConnectionError

unity_cli/exceptions.py:42–50  ·  view source on GitHub ↗

Relay server connection failure. Raised when: - Cannot establish TCP connection to relay server - Connection refused or timed out

Source from the content-addressed store, hash-verified

40
41
42class ConnectionError(UnityCLIError):
43 """Relay server connection failure.
44
45 Raised when:
46 - Cannot establish TCP connection to relay server
47 - Connection refused or timed out
48 """
49
50 pass
51
52
53class ProtocolError(UnityCLIError):

Callers 2

_send_request_onceMethod · 0.90
_send_admin_messageMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected