winresult 0.1.3

windows result codes
Documentation
// WARNING: this file is auto-generated by xtask gen and may be overwritten

use super::*;


/// The server process is running under a SID different than that required by client.
pub const SID_MISMATCH : ErrorCode = ErrorCode::from_constant(628); // ERROR_SERVER_SID_MISMATCH

/// 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.
pub const TRANSPORT_CONFLICT : ErrorCode = ErrorCode::from_constant(816); // ERROR_SERVER_TRANSPORT_CONFLICT

/// The server machine is shutting down.
pub const SHUTDOWN_IN_PROGRESS : ErrorCode = ErrorCode::from_constant(1255); // ERROR_SERVER_SHUTDOWN_IN_PROGRESS

/// The server is currently disabled.
pub const DISABLED : ErrorCode = ErrorCode::from_constant(1341); // ERROR_SERVER_DISABLED

/// The server is currently enabled.
pub const NOT_DISABLED : ErrorCode = ErrorCode::from_constant(1342); // ERROR_SERVER_NOT_DISABLED

/// The server is in use and cannot be unloaded.
pub const HAS_OPEN_HANDLES : ErrorCode = ErrorCode::from_constant(1811); // ERROR_SERVER_HAS_OPEN_HANDLES

/// The requested function requires SMB1 to be present and enabled.
pub const SERVICE_CALL_REQUIRES_SMB1 : ErrorCode = ErrorCode::from_constant(3023); // ERROR_SERVER_SERVICE_CALL_REQUIRES_SMB1

pub const INVALID_BOOT_FILE_TABLE : ErrorCode = ErrorCode::from_constant(20028); // ERROR_SERVER_INVALID_BOOT_FILE_TABLE
pub const UNKNOWN_BOOT_FILE_NAME : ErrorCode = ErrorCode::from_constant(20029); // ERROR_SERVER_UNKNOWN_BOOT_FILE_NAME

/// The server cannot allocate NetBIOS resources needed to support the client.
/// This error was obsoleted in the Windows Vista  release.
pub const OUT_OF_RESOURCES : ErrorCode = ErrorCode::from_constant(641); // ERROR_SERVER_OUT_OF_RESOURCES

/// A network adapter at the server failed.
/// This error was obsoleted in the Windows Vista  release.
pub const GENERAL_NET_FAILURE : ErrorCode = ErrorCode::from_constant(643); // ERROR_SERVER_GENERAL_NET_FAILURE

/// The remote access server is not responding.
/// This error was obsoleted in the Windows Vista  release.
pub const NOT_RESPONDING : ErrorCode = ErrorCode::from_constant(650); // ERROR_SERVER_NOT_RESPONDING

pub const POLICY : ErrorCode = ErrorCode::from_constant(812); // ERROR_SERVER_POLICY