Command or response timeout. Raised when: - Response not received within timeout period - Max retry time exceeded for retryable errors
| 76 | |
| 77 | |
| 78 | class 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 | |
| 89 | class HubError(UnityCLIError): |
no outgoing calls
no test coverage detected