xref: /freebsd/crypto/heimdal/lib/krb5/heim_err.et (revision 23f282aa31e9b6fceacd449020e936e98d6f2298)
1#
2# Error messages for the krb5 library
3#
4# This might look like a com_err file, but is not
5#
6id "$Id: heim_err.et,v 1.7 1999/08/25 20:49:17 joda Exp $"
7
8error_table heim
9
10prefix HEIM_ERR
11
12error_code LOG_PARSE,		"Error parsing log destination"
13error_code V4_PRINC_NO_CONV,	"Failed to convert v4 principal"
14error_code SALTTYPE_NOSUPP,	"Salt type is not supported by enctype"
15error_code NOHOST,		"Host not found"
16error_code OPNOTSUPP,		"Operation not supported"
17
18end
19