winresult/gen/codes/ERROR/
SERVER.rs

1// WARNING: this file is auto-generated by xtask gen and may be overwritten
2
3use super::*;
4
5
6/// The server process is running under a SID different than that required by client.
7pub const SID_MISMATCH : ErrorCode = ErrorCode::from_constant(628); // ERROR_SERVER_SID_MISMATCH
8
9/// Multiple mappings to shared resource(s) on a server, using more than one transport, are not allowed. Use a single transport for all mappings to a server and try again.
10pub const TRANSPORT_CONFLICT : ErrorCode = ErrorCode::from_constant(816); // ERROR_SERVER_TRANSPORT_CONFLICT
11
12/// The server machine is shutting down.
13pub const SHUTDOWN_IN_PROGRESS : ErrorCode = ErrorCode::from_constant(1255); // ERROR_SERVER_SHUTDOWN_IN_PROGRESS
14
15/// The server is currently disabled.
16pub const DISABLED : ErrorCode = ErrorCode::from_constant(1341); // ERROR_SERVER_DISABLED
17
18/// The server is currently enabled.
19pub const NOT_DISABLED : ErrorCode = ErrorCode::from_constant(1342); // ERROR_SERVER_NOT_DISABLED
20
21/// The server is in use and cannot be unloaded.
22pub const HAS_OPEN_HANDLES : ErrorCode = ErrorCode::from_constant(1811); // ERROR_SERVER_HAS_OPEN_HANDLES
23
24/// The requested function requires SMB1 to be present and enabled.
25pub const SERVICE_CALL_REQUIRES_SMB1 : ErrorCode = ErrorCode::from_constant(3023); // ERROR_SERVER_SERVICE_CALL_REQUIRES_SMB1
26
27pub const INVALID_BOOT_FILE_TABLE : ErrorCode = ErrorCode::from_constant(20028); // ERROR_SERVER_INVALID_BOOT_FILE_TABLE
28pub const UNKNOWN_BOOT_FILE_NAME : ErrorCode = ErrorCode::from_constant(20029); // ERROR_SERVER_UNKNOWN_BOOT_FILE_NAME
29
30/// The server cannot allocate NetBIOS resources needed to support the client.
31/// This error was obsoleted in the Windows Vista  release.
32pub const OUT_OF_RESOURCES : ErrorCode = ErrorCode::from_constant(641); // ERROR_SERVER_OUT_OF_RESOURCES
33
34/// A network adapter at the server failed.
35/// This error was obsoleted in the Windows Vista  release.
36pub const GENERAL_NET_FAILURE : ErrorCode = ErrorCode::from_constant(643); // ERROR_SERVER_GENERAL_NET_FAILURE
37
38/// The remote access server is not responding.
39/// This error was obsoleted in the Windows Vista  release.
40pub const NOT_RESPONDING : ErrorCode = ErrorCode::from_constant(650); // ERROR_SERVER_NOT_RESPONDING
41
42pub const POLICY : ErrorCode = ErrorCode::from_constant(812); // ERROR_SERVER_POLICY