ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
clipsutil
clips_errors.h
Go to the documentation of this file.
1
/* @<COPYRIGHT_START>@
2
==================================================
3
Copyright 2008.
4
Siemens Product Lifecycle Management Software Inc.
5
All Rights Reserved.
6
==================================================
7
@<COPYRIGHT_END>@ */
8
9
21
#ifndef CLIPS_ERRORS_H
22
#define CLIPS_ERRORS_H
23
24
#include <
common/emh_const.h
>
25
32
#define CLIPS_ERROR_BASE EMH_CLIPS_error_base
33
37
#define CLIPS_rulefile_not_found_error (CLIPS_ERROR_BASE + 1)
38
42
#define CLIPS_rules_engine_not_started_error (CLIPS_ERROR_BASE + 2)
43
47
#define CLIPS_rules_engine_not_restarted_error (CLIPS_ERROR_BASE + 3)
48
52
#define CLIPS_binary_rules_file_not_writable_error (CLIPS_ERROR_BASE + 4)
53
57
#define CLIPS_could_not_open_rules_file_error (CLIPS_ERROR_BASE + 5)
58
62
#define CLIPS_rules_file_syntax_error (CLIPS_ERROR_BASE + 6)
63
67
#define CLIPS_dataset_missing_error (CLIPS_ERROR_BASE + 7)
68
72
#define CLIPS_function_not_exist_error (CLIPS_ERROR_BASE + 8)
73
77
#define CLIPS_divide_by_zero_error (CLIPS_ERROR_BASE + 9)
78
82
#define CLIPS_null_args_error (CLIPS_ERROR_BASE + 10)
83
87
#define CLIPS_function_call_error (CLIPS_ERROR_BASE + 11)
88
92
#define CLIPS_unexpected_output_error (CLIPS_ERROR_BASE + 12)
93
97
#define CLIPS_invalid_expression_error (CLIPS_ERROR_BASE + 13)
98
101
#endif