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 13352 2004-02-13 16:23:40Z lha $" 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" 17error_code EOF, "End of file" 18error_code BAD_MKEY, "Failed to get the master key" 19error_code SERVICE_NOMATCH, "Unacceptable service used" 20 21index 64 22prefix HEIM_PKINIT 23error_code NO_CERTIFICATE, "Certificate missing" 24error_code NO_PRIVATE_KEY, "Private key missing" 25error_code NO_VALID_CA, "No valid certificate authority" 26error_code CERTIFICATE_INVALID, "Certificate invalid" 27error_code PRIVATE_KEY_INVALID, "Private key invalid" 28 29index 128 30prefix HEIM_EAI 31#error_code NOERROR, "no error" 32error_code UNKNOWN, "unknown error from getaddrinfo" 33error_code ADDRFAMILY, "address family for nodename not supported" 34error_code AGAIN, "temporary failure in name resolution" 35error_code BADFLAGS, "invalid value for ai_flags" 36error_code FAIL, "non-recoverable failure in name resolution" 37error_code FAMILY, "ai_family not supported" 38error_code MEMORY, "memory allocation failure" 39error_code NODATA, "no address associated with nodename" 40error_code NONAME, "nodename nor servname provided, or not known" 41error_code SERVICE, "servname not supported for ai_socktype" 42error_code SOCKTYPE, "ai_socktype not supported" 43error_code SYSTEM, "system error returned in errno" 44end 45