source: trunk/athena/bin/discuss/ets/rpc_et.et @ 23811

Revision 23811, 627 bytes checked in by broder, 15 years ago (diff)
Add various changes so that discuss will build without krb4.
Line 
1#
2#  Error table of rpc error codes and messages
3#
4        error_table     rpc
5
6        ec      RPC_NOT_SUBPROC,
7                "Must be run as subprocess"
8
9        ec      RPC_SERV_UNKNOWN,
10                "Unknown service"
11
12        ec      RPC_PROTOCOL,
13                "RPC protocol error"
14
15        ec      RPC_NOT_INIT,
16                "RPC not initialized"
17
18        ec      RPC_HOST_UNKNOWN,
19                "Unknown host"
20
21        ec      RPC_MOD_UNKNOWN,
22                "Unknown module"
23
24        ec      RPC_REALM_UNKNOWN,
25                "Unknown realm"
26
27        ec      RPC_UNIMPL_CALL,
28                "Remote procedure call not implemented"
29               
30        ec      RPC_NS_TIMEOUT,
31                "Nameserver timeout"
32
33        ec      RPC_NS_ERROR,
34                "Name service error"
35
36        ec      RPC_NO_ADDR,
37                "Host has no network address"
38
39        ec      RPC_SERVER_TOO_OLD,
40                "RPC server too old"
41
42        end
Note: See TracBrowser for help on using the repository browser.