Function errno_codes::windows::strerror[][src]

pub fn strerror(errnum: c_int) -> Option<&'static str>

Return string describing error number.

Returns None on unknown errnum.

Returns only the first message if there are multiple error messages defined for the same numeric constant.