Skip to content
Snippets Groups Projects
Commit bf90a094 authored by Jean-Damien Durand's avatar Jean-Damien Durand Committed by Steven Murray
Browse files

Added EDLFNOTCONNECTED error message

parent 8d1181d4
No related branches found
No related tags found
No related merge requests found
...@@ -352,6 +352,7 @@ char *sys_dlferrlist[EDLFMAXERR-EDLFBASEOFF+2] = ...@@ -352,6 +352,7 @@ char *sys_dlferrlist[EDLFMAXERR-EDLFBASEOFF+2] =
"Can not delete or update parent row: references exist", "Can not delete or update parent row: references exist",
"Row was not found in the database", "Row was not found in the database",
"Log file format error", "Log file format error",
"No connection to database",
"BAD ERROR NUMBER" "BAD ERROR NUMBER"
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment