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

Class InstanceError

unity_cli/exceptions.py:66–75  ·  view source on GitHub ↗

Unity instance-related error. Raised when: - INSTANCE_NOT_FOUND: No Unity instance connected - INSTANCE_RELOADING: Unity is in domain reload - INSTANCE_BUSY: Unity is processing another command

Source from the content-addressed store, hash-verified

64
65
66class InstanceError(UnityCLIError):
67 """Unity instance-related error.
68
69 Raised when:
70 - INSTANCE_NOT_FOUND: No Unity instance connected
71 - INSTANCE_RELOADING: Unity is in domain reload
72 - INSTANCE_BUSY: Unity is processing another command
73 """
74
75 pass
76
77
78class TimeoutError(UnityCLIError):

Callers 2

_raise_errorMethod · 0.90
set_default_instanceMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected