HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_Error.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  */
7 
8 #ifndef __SIM_Error__
9 #define __SIM_Error__
10 
11 #include <UT/UT_Error.h>
12 
14 {
15  SIM_MESSAGE = 0, // %s
16  SIM_INSUFFICIENTCACHE, // Cache needs to have %s entries.
17  SIM_MISSINGDATA, // Required data %s is missing.
18  SIM_COLLISIONS, // Unresolved collisions detected.
19  SIM_AFFECTORCYCLE, // Cyclic metaobject affector relationship.
20  SIM_MULTIPLEMUTUAL, // Object in multiple metaobjects.
21  SIM_BADDATALOCATION, // This data violates a data hint.
22  SIM_BADSUBDATA, // A child of this data violates a data hint.
23  SIM_BADSTATEFILE, // Loaded a corrupted simulation state file.
24  SIM_CONUNPROCESSED, // Constraint was not processed by solver.
25  SIM_CONBADOBJECT, // Constraint has a bad object reference.
26  SIM_CONBADPOINT, // Constraint has a bad point number.
27  SIM_POINTMISMATCH, // Points do not match.
28  SIM_BADGEOBLEND, // Bad geometry blend.
29  SIM_BADSOPPATH, // Can't find SOP %s.
30  SIM_BADPOPPATH, // Can't find POP %s.
31  SIM_BADOBJPATH, // Can't find Object %s.
32  SIM_BADOPPATH, // Can't find node %s.
33  SIM_BADPRIMARYSOLVER, // Primary solver outof range.
34  SIM_TOPOLOGYMISMATCH, // Geometry topologies don't match for %s.
35  SIM_BADVOLUME, // Specified primitive in %s isn't a volume
36  SIM_MISSINGATTRIBUTE, // Required attribute %s is missing.
37  SIM_BADSOPCOOK, // Error cooking SOP %s.
38  SIM_BADPOPCOOK, // Error cooking POP %s.
39  SIM_BADOBJCOOK, // Error cooking Object %s.
40  SIM_BADOPCOOK, // Error cooking node %s.
41  SIM_NO_OPENCL, // OpenCL not supported in this version.
42 };
43 
44 #endif
SIM_ErrorCodes
Definition: SIM_Error.h:13