source: trunk/athena/bin/gms/hesiod_err.et @ 1472

Revision 1472, 725 bytes checked in by eichin, 36 years ago (diff)
Initial revision
Line 
1#  This file is part of the Project Athena Global Message System.
2#  Created by: Mark W. Eichin <eichin@athena.mit.edu>
3#  $Source: /afs/dev.mit.edu/source/repository/athena/bin/gms/hesiod_err.et,v $
4#  $Author: eichin $
5#
6#       Copyright (c) 1988 by the Massachusetts Institute of Technology.
7#       For copying and distribution information, see the file
8#       "mit-copyright.h".
9#
10
11        et      hes
12
13ec  HESIOD_ER_UNINIT,
14        "Hesiod uninitialized"
15ec  HESIOD_ER_OK,
16        "No hesiod error detected(?)"
17ec  HESIOD_ER_NOTFOUND,
18        "Hesiod name not found by Hesiod server"
19ec  HESIOD_ER_CONFIG,
20        "local Hesiod problem (no config file?)"
21ec  HESIOD_ER_NET,
22        "Hesiod network problem"
23ec  HESIOD_ER_INVALID,
24        "Unexpected return from Hesiod error"
25        end
26
27
Note: See TracBrowser for help on using the repository browser.