exceptions
ApplicationExecutableNotFound
Bases: Exception
Defined executable paths are not available on the machine.
Source code in client/ayon_applications/exceptions.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|
ApplicationLaunchFailed
Bases: Exception
Application launch failed due to known reason.
Message should be self explanatory as traceback won't be shown.
Source code in client/ayon_applications/exceptions.py
41 42 43 44 45 46 |
|
ApplicationNotFound
Bases: Exception
Application was not found in ApplicationManager by name.
Source code in client/ayon_applications/exceptions.py
1 2 3 4 5 6 7 8 |
|