xref: /original-bsd/sys/vax/datakit/dkerr.h (revision 08eb28af)
1 /*
2 * This include file dkerr.h defines the NAK reason codes sent to the host
3 * from a DATAKIT VCS node
4 *
5 *                 @(#)dkerr.h	2.2 DKHOST 85/01/08
6 */
7 
8 #define BUSY	1
9 #define NOCMC	2
10 #define NODEST	3
11 #define INTERT	4
12 #define REORT	5
13 #define EXIST	6
14 #define NOMSG	6
15 #define NOACC	7		/* Access denied */
16 #define DIRASS	8               /* Directory Assistance */
17 
18 /* The next set of codes are NAK reasons sent
19 * from the auto-dialer process
20 */
21 
22 #define NEEDNUM	9               /* Need a valid number */
23 #define ADFAIL	10              /* Autodialer died */
24 #define WFAIL	11              /* Autodialer failed while dialing */
25 #define NOIDIAL	12              /* No initial dialtone */
26 #define NOSDIAL	13              /* No secondary dialtone */
27 #define LINBUSY	14              /* Dialed number is busy */
28 #define NOANS	15              /* RING...RING...RING...RING... */
29 #define NOCAR	16              /* RING...Hello??? No carrier! */
30 #define NOREAS	17              /* It failed. Why?  No clues! */
31 
32 /* The next set of codes are NAK reasons sent
33 * from the DATAKIT host process
34 */
35 
36 #define NLINE	130
37 #define	NSRVTAB	133
38 #define	NCHROOT	134
39