Skip to content
Snippets Groups Projects
Commit fda7b01c authored by Benjamin Couturier's avatar Benjamin Couturier Committed by Steven Murray
Browse files

Removed references to the Request Handler in serrno.h

parent 1d6a94fe
Branches
Tags
No related merge requests found
......@@ -34,7 +34,6 @@
#define EMONBASEOFF 2300 /* Monitoring Error base offset */
#define EUPBASEOFF 2400 /* UPV error base offset */
#define EDLFBASEOFF 2500 /* DLF error base offset */
#define ERHBASEOFF 2600 /* RH error base offset */
#define ESECBASEOFF 2700 /* Security error base offset */
#define SENOERR SEBASEOFF /* No error */
......@@ -346,19 +345,6 @@
#define EDLFLOGFORMAT EDLFBASEOFF+5 /* Log file format error */
#define EDLFMAXERR EDLFBASEOFF+5
/*
*------------------------------------------------------------------------
* RH (Request Handler) errors
*------------------------------------------------------------------------
*/
#define ERHCONFERR ERHBASEOFF+1 /* Error during Configuration */
#define ERHDBINTERNAL ERHBASEOFF+2 /* Database error */
#define ERHNET ERHBASEOFF+3 /* Network error */
#define ERHBADREQID ERHBASEOFF+4 /* Received callback with bad request id */
#define ERHBADMAGIC ERHBASEOFF+5 /* Bad magic number */
#define ERHNOREQUEST ERHBASEOFF+6 /* No moe request in database */
#define ERHMAXERR ERHBASEOFF+6
/*
*------------------------------------------------------------------------
* VDQM (Volume & Drive Queue Manager) errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment