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

Added castor::exception::DismountFailed

parent 63279f58
No related branches found
No related tags found
No related merge requests found
......@@ -337,6 +337,7 @@ char *sys_terrlist[ETMAXERR-ETBASEOFF+2] =
"Invalid tape-file sequence-number",
"Invalid tape-file file-size",
"Failed to mount tape",
"Failed to dismount tape",
"BAD ERROR NUMBER"
};
......
......@@ -342,7 +342,8 @@
#define ETINVALIDTFSEQ ETBASEOFF+39 /* Invalid tape-file sequence-number */
#define ETINVALIDTFSIZE ETBASEOFF+40 /* Invalid tape-file file-size */
#define ETMOUNTFAILED ETBASEOFF+41 /* Failed to mount tape */
#define ETMAXERR ETBASEOFF+41
#define ETDISMOUNTFAILED ETBASEOFF+42 /* Failed to dismount tape */
#define ETMAXERR ETBASEOFF+42
/*
*------------------------------------------------------------------------
......
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