HDK
|
Go to the source code of this file.
Classes | |
class | HOM_SystemExit |
class | HOM_Error |
Macros | |
#define | SIMPLE_EXCEPTION(exception_name, description_value) |
#define | INTERNAL_EXCEPTION(exception_name, description_value) |
#define | DERIVED_EXCEPTION(exception_name, base_exception, description_value) |
#define | SIMPLE_EXCEPTION_DFLT_INSTANCE(exception_name, description_value, default_instance_value) |
Functions | |
SIMPLE_EXCEPTION (NotAvailable,"Not available in this context") SIMPLE_EXCEPTION(ObjectWasDeleted | |
Attempt to access an object that no longer exists in Houdini | SIMPLE_EXCEPTION (InvalidInput,"Invalid input") SIMPLE_EXCEPTION(InvalidOutput |
Attempt to access an object that no longer exists in Houdini Invalid output | SIMPLE_EXCEPTION (InvalidSize,"Invalid size") INTERNAL_EXCEPTION(TypeError |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type | INTERNAL_EXCEPTION (ValueError,"Invalid value") SIMPLE_EXCEPTION(OperationFailed |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed | SIMPLE_EXCEPTION (InvalidNodeType,"The node type is invalid") SIMPLE_EXCEPTION(InitScriptFailed |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed | SIMPLE_EXCEPTION (MatchDefinitionError,"Failed to match node type definition") SIMPLE_EXCEPTION_DFLT_INSTANCE(PermissionError |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked product permissions or user specified permissions | SIMPLE_EXCEPTION (GeometryPermissionError,"Geometry is read-only") SIMPLE_EXCEPTION(KeyframeValueNotSet |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked product permissions or user specified permissions This keyframe value is not set | SIMPLE_EXCEPTION (OperationInterrupted,"The requested operation was interrupted") SIMPLE_EXCEPTION(LoadWarning |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked product permissions or user specified permissions This keyframe value is not set Warnings were generated during load | SIMPLE_EXCEPTION (NodeError,"Error generated by Python node") SIMPLE_EXCEPTION(NodeWarning |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked product permissions or user specified permissions This keyframe value is not set Warnings were generated during load Warning generated by Python node | SIMPLE_EXCEPTION (NameConflict,"Name conflict was detected") SIMPLE_EXCEPTION(TypeConflict |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked product permissions or user specified permissions This keyframe value is not set Warnings were generated during load Warning generated by Python node Type conflict was detected | SIMPLE_EXCEPTION (StateNotRegistered,"Attempt to unregister a non-registered state") SIMPLE_EXCEPTION(HandleNotRegistered |
Variables | |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked | assets |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked | takes |
#define DERIVED_EXCEPTION | ( | exception_name, | |
base_exception, | |||
description_value | |||
) |
Definition at line 132 of file HOM_Errors.h.
#define INTERNAL_EXCEPTION | ( | exception_name, | |
description_value | |||
) |
Definition at line 112 of file HOM_Errors.h.
#define SIMPLE_EXCEPTION | ( | exception_name, | |
description_value | |||
) |
Definition at line 97 of file HOM_Errors.h.
#define SIMPLE_EXCEPTION_DFLT_INSTANCE | ( | exception_name, | |
description_value, | |||
default_instance_value | |||
) |
Definition at line 147 of file HOM_Errors.h.
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type INTERNAL_EXCEPTION | ( | ValueError | , |
"Invalid value" | |||
) |
SIMPLE_EXCEPTION | ( | NotAvailable | , |
"Not available in this context" | |||
) |
Attempt to access an object that no longer exists in Houdini SIMPLE_EXCEPTION | ( | InvalidInput | , |
"Invalid input" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid output SIMPLE_EXCEPTION | ( | InvalidSize | , |
"Invalid size" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed SIMPLE_EXCEPTION | ( | InvalidNodeType | , |
"The node type is invalid" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed SIMPLE_EXCEPTION | ( | MatchDefinitionError | , |
"Failed to match node type definition" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked product permissions or user specified permissions SIMPLE_EXCEPTION | ( | GeometryPermissionError | , |
"Geometry is read-only" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked product permissions or user specified permissions This keyframe value is not set SIMPLE_EXCEPTION | ( | OperationInterrupted | , |
"The requested operation was interrupted" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked product permissions or user specified permissions This keyframe value is not set Warnings were generated during load SIMPLE_EXCEPTION | ( | NodeError | , |
"Error generated by Python node" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked product permissions or user specified permissions This keyframe value is not set Warnings were generated during load Warning generated by Python node SIMPLE_EXCEPTION | ( | NameConflict | , |
"Name conflict was detected" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked product permissions or user specified permissions This keyframe value is not set Warnings were generated during load Warning generated by Python node Type conflict was detected SIMPLE_EXCEPTION | ( | StateNotRegistered | , |
"Attempt to unregister a non-registered state" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked assets |
Definition at line 191 of file HOM_Errors.h.
Attempt to access an object that no longer exists in Houdini Invalid output Invalid type The attempted operation failed Node initialization script failed Failed to modify node or parameter because of a permission error Possible causes include locked takes |
Definition at line 191 of file HOM_Errors.h.