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
GEO_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: GEO_Error.h (C++)
7
*
8
* COMMENTS:
9
* This class is used to store GEO errors or warnings.
10
*
11
*/
12
13
#ifndef __GEO_Error__
14
#define __GEO_Error__
15
16
enum
GEO_ErrorCodes
17
{
18
GEO_ERR_BAD_GROUP
= 0,
// Bad group
19
GEO_ERR_BAD_PATTERN
= 1,
// Bad group pattern
20
GEO_ERR_DUPLICATE_NAME
= 2,
// Group name exists already
21
GEO_ERR_NO_SPACES
= 3
// Spaces in the group name
22
};
23
24
#endif
GEO_ERR_BAD_GROUP
Definition:
GEO_Error.h:18
GEO_ERR_NO_SPACES
Definition:
GEO_Error.h:21
GEO_ERR_BAD_PATTERN
Definition:
GEO_Error.h:19
GEO_ERR_DUPLICATE_NAME
Definition:
GEO_Error.h:20
GEO_ErrorCodes
GEO_ErrorCodes
Definition:
GEO_Error.h:16
GEO
GEO_Error.h
Generated on Sun Nov 17 2024 03:01:13 for HDK by
1.8.6