pub type krb5_error_code = krb5_int32;Expand description
Used to convey an operation status. The value 0 indicates success; any other values are com_err codes. Use krb5_get_error_message() to obtain a string describing the error.
pub type krb5_error_code = krb5_int32;Used to convey an operation status. The value 0 indicates success; any other values are com_err codes. Use krb5_get_error_message() to obtain a string describing the error.