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
PRM_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: PRM_Error.h (Utility Library, C++)
7
*
8
* COMMENTS:
9
* These are types of errors that are not library specific
10
* eg, file not found.
11
*/
12
13
#ifndef __PRM_Error__
14
#define __PRM_Error__
15
16
//
17
// These are the error codes. Make sure that the error is not
18
// one that should be handled by UT_SystemError before adding it
19
// here.
20
//
21
enum
PRM_ErrorCode
22
{
23
PRM_ERROR_BAD_TXTFILE
= 0,
24
PRM_ERROR_BAD_BINFILE
,
25
PRM_ERROR_SHORT_INPUT_VECTOR
,
26
PRM_ERROR_LONG_INPUT_VECTOR
,
27
PRM_ERROR_BAD_CHANNEL
,
28
PRM_ERROR_UNKNOWN_PARM
,
29
PRM_ERROR_UNKNOWN_ORDINAL
,
30
PRM_ERROR_BAD_INTEGER
,
31
PRM_ERROR_IO_ERROR
,
32
PRM_ERROR_PARSE_NOT_FOUND
,
33
PRM_ERROR_NO_CHANNEL
,
34
PRM_ERROR_BAD_VERSION
,
35
PRM_ERROR_NIL_PARMPTR
,
36
PRM_ERROR_NEW_VERSION
,
37
PRM_ERROR_NO_CHGROUP
,
38
PRM_ERROR_PRESET_BAD_MAGIC
,
39
PRM_ERROR_PRESET_PARSE_NOT_FOUND
,
40
PRM_ERROR_BAD_PRESET_VERSION
,
41
PRM_WARNING_CANNOT_BE_TIME_DEP
,
42
PRM_WARNING_CANT_ADD_MULTIPARM
,
43
PRM_WARNING_CANT_ADD_BASEPARM_MULTIPARM
,
44
PRM_ERROR_INVALID_ELEM_INDEX
,
45
};
46
47
#endif
PRM_ERROR_BAD_INTEGER
Definition:
PRM_Error.h:30
PRM_ERROR_INVALID_ELEM_INDEX
Definition:
PRM_Error.h:44
PRM_ERROR_BAD_PRESET_VERSION
Definition:
PRM_Error.h:40
PRM_ERROR_BAD_TXTFILE
Definition:
PRM_Error.h:23
PRM_ERROR_NO_CHGROUP
Definition:
PRM_Error.h:37
PRM_ERROR_NIL_PARMPTR
Definition:
PRM_Error.h:35
PRM_ERROR_NEW_VERSION
Definition:
PRM_Error.h:36
PRM_ERROR_UNKNOWN_ORDINAL
Definition:
PRM_Error.h:29
PRM_ERROR_BAD_CHANNEL
Definition:
PRM_Error.h:27
PRM_ERROR_BAD_BINFILE
Definition:
PRM_Error.h:24
PRM_WARNING_CANT_ADD_BASEPARM_MULTIPARM
Definition:
PRM_Error.h:43
PRM_ERROR_NO_CHANNEL
Definition:
PRM_Error.h:33
PRM_ErrorCode
PRM_ErrorCode
Definition:
PRM_Error.h:21
PRM_ERROR_IO_ERROR
Definition:
PRM_Error.h:31
PRM_ERROR_PARSE_NOT_FOUND
Definition:
PRM_Error.h:32
PRM_ERROR_SHORT_INPUT_VECTOR
Definition:
PRM_Error.h:25
PRM_ERROR_PRESET_PARSE_NOT_FOUND
Definition:
PRM_Error.h:39
PRM_ERROR_PRESET_BAD_MAGIC
Definition:
PRM_Error.h:38
PRM_ERROR_BAD_VERSION
Definition:
PRM_Error.h:34
PRM_WARNING_CANT_ADD_MULTIPARM
Definition:
PRM_Error.h:42
PRM_WARNING_CANNOT_BE_TIME_DEP
Definition:
PRM_Error.h:41
PRM_ERROR_LONG_INPUT_VECTOR
Definition:
PRM_Error.h:26
PRM_ERROR_UNKNOWN_PARM
Definition:
PRM_Error.h:28
PRM
PRM_Error.h
Generated on Fri Nov 8 2024 03:40:04 for HDK by
1.8.6