bozo: Introduce bnode_Wait()
[openafs.git] / src / libadmin / adminutil / afs_AdminCommonErrors.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 error_table AC
9     ec ADMNOMEM, "couldn't allocate memory necessary to fulfill request"
10     ec ADMNOPRIV, "insufficient privilege to complete operation"
11     ec ADMMUTEXINIT, "failed to initialize a mutex"
12     ec ADMMUTEXLOCK, "failed to lock a mutex"
13     ec ADMMUTEXUNLOCK, "failed to unlock a mutex"
14     ec ADMMUTEXDESTROY, "failed to destroy a mutex"
15     ec ADMCONDINIT, "failed to initialize a condition variable"
16     ec ADMCONDWAIT, "failed to wait on a condition variable"
17     ec ADMCONDDESTROY, "failed to destroy a condition variable"
18     ec ADMCONDSIGNAL, "failed to signal a condition variable"
19     ec ADMTHREADATTRINIT, "failed to initialize a thread attribute"
20     ec ADMTHREADATTRSETDETACHSTATE, "failed to set thread detach state"
21     ec ADMTHREADCREATE, "failed to create a thread"
22     ec ADMTHREADJOIN, "failed to join a thread"
23     ec ADMITERATORTERMINATED, "the iterator has been marked terminated (most likely by calling done).  Next cannot be called after calling done."
24     ec ADMITERATORDONE, "the iterator has been marked completed."
25     ec ADMITERATORNULL, "the iterator parameter cannot be NULL."
26     ec ADMITERATORRPCSPECIFICNULL, "the rpc specific data parameter cannot be NULL."
27     ec ADMITERATORBADMAGICNULL, "the iterator parameter failed to pass the magic number test.  Most likely the iterator is invalid, or has been overwritten by mistake."
28     ec ADMITERATORINVALID, "the iterator parameter is marked invalid"
29     ec ADMITERATIONIDPNULL, "the iterator parameter cannot be NULL nor can it point to NULL"
30     ec ADMSERVERNAMENULL, "the server name parameter cannot be NULL"
31     ec ADMSERVERADDRESSNULL, "the server address parameter cannot be NULL"
32     ec ADMCANTGETSERVERNAME, "the server name parameter cannot translated to an address"
33     ec ADMCANTGETLOCALNAME, "unable to determine the name of the local host"
34     ec ADMMOREDATA, "more data is available"
35     ec ADMSOCKFAIL, "failed to create a socket"
36     ec ADMTYPEINVALID, "the server type is invalid"
37 end