Added error code and description for wrong demand category index

This commit is contained in:
Elad Salomons
2015-06-30 19:39:06 +03:00
parent 91aa538adf
commit cdbd08acca
2 changed files with 14 additions and 11 deletions

View File

@@ -493,6 +493,8 @@ AUTHOR: L. Rossman
#define ERR250 "Input Error 250: function call contains invalid format."
#define ERR251 "Input Error 251: function call contains invalid parameter code."
#define ERR253 "Input Error 253: Function call error - No such demand category index."
#define ERR301 "File Error 301: identical file names."
#define ERR302 "File Error 302: cannot open input file."
#define ERR303 "File Error 303: cannot open report file."