HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SHOP_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: SHOP_Error.h ( SHOP Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __SHOP_Error__
12 #define __SHOP_Error__
13 
15 {
16  SHOP_ERR_NO_ERROR = 0, // No error
17  SHOP_ERR_INPUT_MISMATCH = 1, // Inputs of OP don't match
18  SHOP_ERR_INVALID_SRC = 2, // Invalid source specified
19 
21 };
22 
23 #endif
SHOP_ErrorCode
Definition: SHOP_Error.h:14