22 lines
769 B
C
Executable File
22 lines
769 B
C
Executable File
*******************************************************************************
|
|
*
|
|
* PR1ME INFORMATION error file
|
|
*
|
|
* Module 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
|
|
|
|
EQUATE E$BPAR TO 6 ;* BAD PARAMETER
|
|
EQUATE E$NRIT TO 10 ;* NO RIGHT
|
|
EQUATE E$BKEY TO 28 ;* BAD KEY
|
|
EQUATE E$BUNT TO 29 ;* BAD UNIT NUMBER
|
|
|
|
* END-CODE
|