krb5_error_code

Type Alias krb5_error_code 

Source
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.