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

Class TimeoutError

unity_cli/exceptions.py:78–86  ·  view source on GitHub ↗

Command or response timeout. Raised when: - Response not received within timeout period - Max retry time exceeded for retryable errors

Source from the content-addressed store, hash-verified

76
77
78class TimeoutError(UnityCLIError):
79 """Command or response timeout.
80
81 Raised when:
82 - Response not received within timeout period
83 - Max retry time exceeded for retryable errors
84 """
85
86 pass
87
88
89class HubError(UnityCLIError):

Callers 4

send_requestMethod · 0.90
_maybe_retryMethod · 0.90
_send_request_onceMethod · 0.90
_raise_errorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected