hou.Error class
Base class for all exceptions in the hou module.
You can check if an exception instance is a Houdini-specific exception using isinstance(ex, hou.Error).
Subtopics
hou.Error.description method
Return a description of the class of exception. The description is not related to the exception instance.
hou.Error.exceptionTypeName method
Return the name of the exception type. Instances of different subclasses of hou.Error will return different names. Instances of the base class will return “Error”.
