exceptions
AnatomyTemplateUnsolved
Bases: TemplateUnsolved
Exception for unsolved template when strict is set to True.
Source code in client/ayon_core/pipeline/anatomy/exceptions.py
36 37 38 39 |
|
ProjectNotSet
Bases: Exception
Exception raised when is created Anatomy without project name.
Source code in client/ayon_core/pipeline/anatomy/exceptions.py
4 5 |
|
RootCombinationError
Bases: Exception
This exception is raised when templates has combined root types.
Source code in client/ayon_core/pipeline/anatomy/exceptions.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|
TemplateMissingKey
Bases: Exception
Exception for cases when key does not exist in template.
Source code in client/ayon_core/pipeline/anatomy/exceptions.py
24 25 26 27 28 29 30 31 32 33 |
|