krb5_get_message -- Convert an error
code into the string representation
C Prototype
char * krb5_get_message(
long code );
Arguments
code (input)
The Kerberos numeric error
code.
Description This routine is supported on the OpenVMS platform only. It
converts a Kerberos numeric error code into the string that describes
the error.
Return
Values A pointer to an ASCII string describing the error indicated
by code. The storage allocated at this pointer location should
not be freed; it is part of an internal table of error messages.