HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PRM_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  * NAME: PRM_Error.h (Utility Library, C++)
7  *
8  * COMMENTS:
9  * These are types of errors that are not library specific
10  * eg, file not found.
11  */
12 
13 #ifndef __PRM_Error__
14 #define __PRM_Error__
15 
16 //
17 // These are the error codes. Make sure that the error is not
18 // one that should be handled by UT_SystemError before adding it
19 // here.
20 //
22 {
45 };
46 
47 #endif
PRM_ErrorCode
Definition: PRM_Error.h:21