exceptions
MissingMethodsError
Bases: ValueError
Exception when host miss some required methods for a specific workflow.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
host | HostBase | Host implementation where are missing methods. | required |
missing_methods | list[str] | List of missing methods. | required |
Source code in client/ayon_core/host/interfaces/exceptions.py
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |