aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/executionnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-03-31 23:49:35 +0200
committerRenaud G <renaud@rolisteam.org>2015-03-31 23:49:35 +0200
commit4c9a68db5423c5d798d178d4dafb5bf8e3228ed1 (patch)
treeec42aa463cbdf7ab6e679932c75d93a2a6ab0ead /node/executionnode.h
parentfc1de9a59c3d60d87d94e62fea1a44f6fce65237 (diff)
downloadOneRoll-4c9a68db5423c5d798d178d4dafb5bf8e3228ed1.tar.gz
OneRoll-4c9a68db5423c5d798d178d4dafb5bf8e3228ed1.zip
add better error management (not finished yet)
add check for endless loop in validator (not finished yet) Better helpMe
Diffstat (limited to 'node/executionnode.h')
-rw-r--r--node/executionnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/executionnode.h b/node/executionnode.h
index e0fc563..cf1514f 100644
--- a/node/executionnode.h
+++ b/node/executionnode.h
@@ -9,7 +9,7 @@
class ExecutionNode
{
public:
- enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE};
+ enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR};
/**
* @brief ExecutionNode
*/