hou.InvalidNodeType
class
Exception that is raised when you try to call a method on a Node that isn’t supported by that type of node.
Inheritence: hou.Error > hou.InvalidNodeType
For example, if you ask a non-subnet node for its indirect inputs, hou.Node.indirectInputs raises an instance of this exception.