Searched defs:WindowsError (Results 1 – 5 of 5) sorted by relevance
19 pub struct WindowsError(pub(crate) std::io::Error); struct21 impl std::fmt::Debug for WindowsError { implementation
58 WindowsError = None variable
15 class WindowsError(Exception): class
64 Status WindowsError(const std::string& context, DWORD error_code) { in WindowsError() function
1738 WindowsError(i32, Error), enumerator