Add some cred cache errors
authorBill Sommerfeld <wesommer@mit.edu>
Tue, 30 Jan 1990 17:10:39 +0000 (17:10 +0000)
committerBill Sommerfeld <wesommer@mit.edu>
Tue, 30 Jan 1990 17:10:39 +0000 (17:10 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@206 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index d1b373083ec512910e3211f3b42157129ca7ef09..136de57dc8192edac35a7572ca231b0a59bd96c9 100644 (file)
@@ -163,4 +163,8 @@ error_code KRB5_CONFIG_BADFORMAT,   "Improper format of configuration file"
 error_code KRB5_CONFIG_NOTENUFSPACE,   "Insufficient space to return complete information"
 
 error_code KRB5_BADMSGTYPE,            "Invalid message type specified for encoding"
+
+error_code KRB5_CC_BADNAME,            "Credential cache name malformed"
+error_code KRB5_CC_UNKNOWN_TYPE,       "Unknown credential cache type"
+
 end