Index: src/libchcore/ErrorCodes.h =================================================================== diff -u -N -r25b3c85ea493809ee084271d5101a015d349da95 -r835e0344e9677ff02eb3b539061c48c9f3a616ce --- src/libchcore/ErrorCodes.h (.../ErrorCodes.h) (revision 25b3c85ea493809ee084271d5101a015d349da95) +++ src/libchcore/ErrorCodes.h (.../ErrorCodes.h) (revision 835e0344e9677ff02eb3b539061c48c9f3a616ce) @@ -75,7 +75,7 @@ // Task handling errors eErr_MissingTaskSerializationPath = 4000, - + eErr_UndefinedOperation = 4001, }; END_CHCORE_NAMESPACE