/****************************************************************************** * * PR1ME INFORMATION error file * * Module include/c_errd.h * * (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved * This is unpublished proprietary source code of Ardent Software Inc. * The copyright notice above does not evidence any actual or intended * publication of such source code. * ******************************************************************************/ /* DO NOT ADD ANY MORE ERROR CODES TO THIS FILE */ #define E_BPAR 6 /* BAD PARAMETER */ #define E_NRIT 10 /* NO RIGHT */ #define E_BKEY 28 /* BAD KEY */ #define E_BUNT 29 /* BAD UNIT NUMBER */ /* END-CODE */