Skip to content
Snippets Groups Projects
Commit 7fb9452f authored by Sebastien Ponce's avatar Sebastien Ponce Committed by Steven Murray
Browse files

Added new error code SegmentNotAccessible

parent 436c5655
Branches
Tags
No related merge requests found
......@@ -262,6 +262,7 @@ char *sys_sterrlist[ESTMAXERR-ESTBASEOFF+2] =
"Request killed",
"Request too long (socket buffer size)",
"Stage configuration error",
"Required tape segments are not all accessible",
"BAD ERROR NUMBER"
};
......
......@@ -269,7 +269,8 @@
#define ESTKILLED ESTBASEOFF+13 /* aborted by kill */
#define ESTMEM ESTBASEOFF+14 /* request too long (api) */
#define ESTCONF ESTBASEOFF+15 /* Stage configuration error */
#define ESTMAXERR ESTBASEOFF+15
#define ESTSEGNOACC ESTBASEOFF+16 /* Required tape segments are not all accessible */
#define ESTMAXERR ESTBASEOFF+16
/*
*------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment