Skip to content
Snippets Groups Projects
Commit 9b8b8a78 authored by Olof Barring's avatar Olof Barring Committed by Steven Murray
Browse files

Add RTCOPY error code for Catalogue DB error

parent 75155d65
Branches
Tags
No related merge requests found
......@@ -243,7 +243,8 @@
#define ERTNOTCLIST ERTBASEOFF+8 /* Request list is not circular */
#define ERTBADREQ ERTBASEOFF+9 /* Bad request structure */
#define ERTMORETODO ERTBASEOFF+10 /* Request partially processed */
#define ERTMAXERR ERTBASEOFF+10
#define ERTDBERR ERTBASEOFF+11 /* Catalogue DB error */
#define ERTMAXERR ERTBASEOFF+11
/*
*------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment