winresult/gen/codes/ERROR/
DDS.rs1use super::*;
4
5pub const NO_DS_AVAILABLE : ErrorCode = ErrorCode::from_constant(20070); pub const NO_DHCP_ROOT : ErrorCode = ErrorCode::from_constant(20071); pub const UNEXPECTED_ERROR : ErrorCode = ErrorCode::from_constant(20072); pub const TOO_MANY_ERRORS : ErrorCode = ErrorCode::from_constant(20073); pub const DHCP_SERVER_NOT_FOUND : ErrorCode = ErrorCode::from_constant(20074); pub const OPTION_ALREADY_EXISTS : ErrorCode = ErrorCode::from_constant(20075); pub const OPTION_DOES_NOT_EXIST : ErrorCode = ErrorCode::from_constant(20076); pub const CLASS_EXISTS : ErrorCode = ErrorCode::from_constant(20077); pub const CLASS_DOES_NOT_EXIST : ErrorCode = ErrorCode::from_constant(20078); pub const SERVER_ALREADY_EXISTS : ErrorCode = ErrorCode::from_constant(20079); pub const SERVER_DOES_NOT_EXIST : ErrorCode = ErrorCode::from_constant(20080); pub const SERVER_ADDRESS_MISMATCH : ErrorCode = ErrorCode::from_constant(20081); pub const SUBNET_EXISTS : ErrorCode = ErrorCode::from_constant(20082); pub const SUBNET_HAS_DIFF_SSCOPE : ErrorCode = ErrorCode::from_constant(20083); pub const SUBNET_NOT_PRESENT : ErrorCode = ErrorCode::from_constant(20084); pub const RESERVATION_NOT_PRESENT : ErrorCode = ErrorCode::from_constant(20085); pub const RESERVATION_CONFLICT : ErrorCode = ErrorCode::from_constant(20086); pub const POSSIBLE_RANGE_CONFLICT : ErrorCode = ErrorCode::from_constant(20087); pub const RANGE_DOES_NOT_EXIST : ErrorCode = ErrorCode::from_constant(20088);