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

Added castor::exception::MountFailed

parent e68ba7ad
No related branches found
No related tags found
No related merge requests found
......@@ -336,6 +336,7 @@ char *sys_terrlist[ETMAXERR-ETBASEOFF+2] =
"Tape-session error",
"Invalid tape-file sequence-number",
"Invalid tape-file file-size",
"Failed to mount tape",
"BAD ERROR NUMBER"
};
......
......@@ -341,7 +341,8 @@
#define ETSESSIONERROR ETBASEOFF+38 /* Tape-session error */
#define ETINVALIDTFSEQ ETBASEOFF+39 /* Invalid tape-file sequence-number */
#define ETINVALIDTFSIZE ETBASEOFF+40 /* Invalid tape-file file-size */
#define ETMAXERR ETBASEOFF+40
#define ETMOUNTFAILED ETBASEOFF+41 /* Failed to mount tape */
#define ETMAXERR ETBASEOFF+41
/*
*------------------------------------------------------------------------
......
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