bozo: Introduce bnode_Wait()
[openafs.git] / src / auth / ktc_errors.et
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 # */
9
10 # Kerberos Ticket Cache error table
11
12 error_table KTC
13   ec KTC_ERROR, "an unexpected error was encountered"
14   ec KTC_TOOBIG, "a buffer was too small for the response"
15   ec KTC_INVAL, "an invalid argument was passed in"
16   ec KTC_NOENT, "no such entry"
17   ec KTC_PIOCTLFAIL, "a pioctl failed"
18   ec KTC_NOPIOCTL, "AFS kernel pioctl doesn't exist"
19   ec KTC_NOCELL, "unknown cell was passed to SetToken"
20   ec KTC_NOCM,   "Cache Manager is not initialized / afsd is not running"
21   ec KTC_RPC,  "failed to send or receive session key via remote procedure call"
22   ec KTC_NOCMRPC, "Cache Manager RPC server is not responding"
23   ec KTC_TOKEN_MUTEX_FAIL, "AFS_KTC_Mutex failure"
24
25 end