HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PDGT_Types.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  * COMMENTS:
7  */
8 
9 #ifndef __PDGT_TYPES_H__
10 #define __PDGT_TYPES_H__
11 
12 /// Error level typedef
14 {
15  /// No errors or messages are logged
16  eNone,
17 
18  /// Errors are only logged if a type fails to load
19  eFailure,
20 
21  /// Errors are pritned, as well as general info messages about
22  /// which files are being loaded
23  eInfo,
24 
25  /// A message is printed for each successfully loaded type, in
26  /// addition to general info and errors caused by failures
27  eSuccess
28 };
29 
30 #endif
PDGT_TypeErrorLevel
Error level typedef.
Definition: PDGT_Types.h:13
The callback failed to execute.
No cast error occured (success)