Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
0e756498
Commit
0e756498
authored
20 years ago
by
Vitali Motyakov
Committed by
Steven Murray
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added error definitions for the Expert service
parent
2ef0b11f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mediachanger/castorrmc/h/serrno.h
+16
-1
16 additions, 1 deletion
mediachanger/castorrmc/h/serrno.h
with
16 additions
and
1 deletion
mediachanger/castorrmc/h/serrno.h
+
16
−
1
View file @
0e756498
...
...
@@ -34,7 +34,8 @@
#define EMONBASEOFF 2300
/* Monitoring Error base offset */
#define EUPBASEOFF 2400
/* UPV error base offset */
#define EDLFBASEOFF 2500
/* DLF error base offset */
#define ESECBASEOFF 2700
/* Security error base offset */
#define ESECBASEOFF 2700
/* Security error base offset */
#define EEXPBASEOFF 2900
/* Expert system error base offset */
#define SENOERR SEBASEOFF
/* No error */
#define SENOSHOST SEBASEOFF+1
/* Host unknown */
...
...
@@ -345,6 +346,20 @@
#define EDLFLOGFORMAT EDLFBASEOFF+5
/* Log file format error */
#define EDLFMAXERR EDLFBASEOFF+5
/*
*------------------------------------------------------------------------
* Expert service errors
*------------------------------------------------------------------------
*/
#define EEXPNACT EEXPBASEOFF+1
/* Service not active */
#define EEXPILLREQ EEXPBASEOFF+2
/* Illegal request */
#define EEXPNOCONFIG EEXPBASEOFF+3
/* Can't open the configuration file */
#define EEXPRQNOTFOUND EEXPBASEOFF+4
/* Request wasn't found in the configuration file */
#define EEXPCONFERR EEXPBASEOFF+5
/* Configuration file format error */
#define EEXPEXECV EEXPBASEOFF+6
/* Can't launch execv() */
#define EEXPCDWDIR EEXPBASEOFF+7
/* Can't change to working directory */
#define EEXPMAXERR EEXPBASEOFF+7
/*
*------------------------------------------------------------------------
* VDQM (Volume & Drive Queue Manager) errors
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment