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

Class HubInstallError

unity_cli/exceptions.py:106–114  ·  view source on GitHub ↗

Editor or module installation failed. Raised when: - Hub CLI returns non-zero exit code - Installation process fails

Source from the content-addressed store, hash-verified

104
105
106class HubInstallError(HubError):
107 """Editor or module installation failed.
108
109 Raised when:
110 - Hub CLI returns non-zero exit code
111 - Installation process fails
112 """
113
114 pass
115
116
117class ProjectError(UnityCLIError):

Callers 3

_run_commandMethod · 0.90
install_editorMethod · 0.90
install_modulesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected