We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4b1e4 commit 655053eCopy full SHA for 655053e
library/std/src/sys/windows/c/errors.rs
@@ -5,7 +5,9 @@
5
6
use super::{c_int, DWORD};
7
8
+pub const ERROR_DIRECTORY_NOT_SUPPORTED: DWORD = 336;
9
pub const ERROR_DRIVER_CANCEL_TIMEOUT: DWORD = 594;
10
+pub const ERROR_DISK_QUOTA_EXCEEDED: DWORD = 1295;
11
pub const ERROR_RESOURCE_CALL_TIMED_OUT: DWORD = 5910;
12
pub const FRS_ERR_SYSVOL_POPULATE_TIMEOUT: DWORD = 8014;
13
pub const DNS_ERROR_RECORD_TIMED_OUT: DWORD = 9705;
0 commit comments