Add rxgk boilerplate
[openafs.git] / src / rxgk / rxgk_errs.et
1 error_table RXGK
2    ec RXGK_INCONSISTENCY, "Security module structure inconsistent"
3    ec RXGK_PACKETSHORT, "Packet too short for security challenge"
4    ec RXGK_BADCHALLENGE, "Invalid security challenge"
5    ec RXGK_BADETYPE, "Invalid or impermissible encryption type"
6    ec RXGK_BADLEVEL, "Invalid or impermissible security level"
7    ec RXGK_BADKEYNO, "Key version number not found"
8    ec RXGK_EXPIRED, "Token has expired"
9    ec RXGK_NOTAUTH, "Caller not authorized"
10    ec RXGK_BAD_TOKEN, "Security object was passed a bad token"
11    ec RXGK_SEALED_INCON, "Sealed data inconsistent"
12    ec RXGK_DATA_LEN, "User data too long"
13    ec RXGK_BAD_QOP, "Inadequate quality of protection available"
14 end