Function rsasl::error::gsasl_errname_to_str[][src]

pub fn gsasl_errname_to_str(err: c_int) -> &'static str

Convert an error code to the human readable name of that error. i.e. gsasl_errname_to_str(GSASL_OK) -> “GSASL_OK”