Skip to content
Snippets Groups Projects
Commit 513a895e authored by Steven Murray's avatar Steven Murray Committed by Steven Murray
Browse files

Added castor::exception::RequestFailed

parent b76781da
Branches
Tags
No related merge requests found
......@@ -67,6 +67,7 @@ char *sys_serrlist[SEMAXERR-SEBASEOFF+2]=
"Failed to execute Python",
"Missing operand",
"Mismatch",
"Request failed",
"BAD ERROR NUMBER"
};
......
......@@ -78,8 +78,9 @@
#define SEPYTHONEXEC SEBASEOFF+44 /* Failed to execute Python */
#define SEMISSINGOPER SEBASEOFF+45 /* Missing operand */
#define SEMISMATCH SEBASEOFF+46 /* Mismatch */
#define SEREQUESTFAILED SEBASEOFF+47 /* Request failed */
#define SEMAXERR SEBASEOFF+46 /* Maximum error number */
#define SEMAXERR SEBASEOFF+47 /* Maximum error number */
#define SERRNO (serrno - SEBASEOFF) /* User convenience */
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment