/* <crfmsg.h>
 *
 *	Cross reference message/status codes
 */
#ifndef _CRFMSG_H
#define _CRFMSG_H

#define CREF$_FACILITY	101	/* 0x0065 */

/* success codes	(severity level 1) */
#define CRF$_SUCCESS		0x00658001	/* 6651905 */
#define CRF$_KEYPRVENTR		0x00658009	/* 6651913 */
#define CRF$_KEY1STENTR		0x00658011	/* 6651921 */
#define CRF$_REFPRVENTR		0x00658019	/* 6651929 */
#define CRF$_UNUSERR		0x00658021	/* 6651937 */
/* error codes		(severity level 2) */
#define CRF$_UNUERR1		0x00658052	/* 6651986 */
#define CRF$_UNUERR2		0x0065805A	/* 6651994 */
#define CRF$_UNUERR3		0x00658062	/* 6652002 */
#define CRF$_UNUERR4		0x0065806A	/* 6652010 */
#define CRF$_UNUERR5		0x00658072	/* 6652018 */
#define CRF$_UNUERR6		0x0065807A	/* 6652026 */
#define CRF$_UNUERR7		0x00658082	/* 6652034 */
#define CRF$_NO_OUTRTN		0x0065808A	/* 6652042 */
#define CRF$_LINELNG		0x00658092	/* 6652050 */
#define CRF$_FAOFAIL		0x0065809A	/* 6652058 */
#define CRF$_UNUERR8		0x006580A2	/* 6652066 */

#endif	/*_CRFMSG_H*/