HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
COP2_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: COP2_Error.h ( Channel Operator Library, C++)
7  *
8  * COMMENTS:
9  *
10  * Defines error enumerations.
11  */
12 
13 #ifndef __COP2_Error__
14 #define __COP2_Error__
15 
17 {
18  // General Errors (0-199)
40 
46 
47  // General Warnings (200-399)
56 
57 
58  // General Messages (400-599)
60 
61 
62  // COP specific Errors/Warning/Messages (600+). Leave 100 between OPs.
67 
71 
76 
78 
81 
83 
84  COP2_MAX_ERROR_MESSAGES // Sentinal value
85 
86 };
87 
88 #endif
COP2_ErrorCodes
Definition: COP2_Error.h:16