Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / rxkad / test / stress_errs.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 RKS
9 ec RXKST_PROCESSCREATED, "process created, not yet started"
10 ec RXKST_PROCESSRUNNING, "process running, no error"
11 ec RXKST_BADARGS, "arguments illegal or inconsistent"
12 ec RXKST_BADINPUTSUM, "incorrect input checksum"
13 ec RXKST_BADOUTPUTSUM, "incorrect output checksum"
14 ec RXKST_READSHORT, "unexpected number of bytes returned by rx_Read"
15 ec RXKST_WRITESHORT, "unexpected number of bytes sent by rx_Write"
16 ec RXKST_UNAUTH, "connection unauthenticated"
17 ec RXKST_BADKVNO, "unknown key version number"
18 ec RXKST_BADCLIENT, "incorrect client name/instance/cell"
19 ec RXKST_INCFAILED, "increment operation produced wrong value"
20 ec RXKST_TIMESKEW, "clock on client and server too far apart"
21 ec RXKST_NEWCONNFAILED, "couldn't make a new connection"
22 ec RXKST_BADCALLNUMBERS, "connection has unexpected call numbers"
23 ec RXKST_NODUPLICATECALL, "failed to detect duplicate call"
24 ec RXKST_NOBADCKSUM, "failed to detect bad cksum"
25 ec RXKST_NOCONNERROR, "whole connection is not in error"
26 ec RXKST_CHALLENGEORACLE, "idle connection is acting as a challenge oracle"
27 end