Function errno_codes::windows::info_by_num[][src]

pub fn info_by_num(errnum: c_int) -> Option<&'static ErrnoCode>

Return structure describing error number.

Returns None on unknown errnum.

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