Relay server connection failure. Raised when: - Cannot establish TCP connection to relay server - Connection refused or timed out
| 40 | |
| 41 | |
| 42 | class 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 | |
| 53 | class ProtocolError(UnityCLIError): |
no outgoing calls
no test coverage detected