HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
14
enum
SHOP_ErrorCode
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
20
SHOP_ERR_MAX_ERRORS
21
};
22
23
#endif
SHOP_ERR_INPUT_MISMATCH
Definition:
SHOP_Error.h:17
SHOP_ERR_INVALID_SRC
Definition:
SHOP_Error.h:18
SHOP_ERR_MAX_ERRORS
Definition:
SHOP_Error.h:20
SHOP_ErrorCode
SHOP_ErrorCode
Definition:
SHOP_Error.h:14
SHOP_ERR_NO_ERROR
Definition:
SHOP_Error.h:16
SHOP
SHOP_Error.h
Generated on Fri Nov 8 2024 03:41:26 for HDK by
1.8.6