use super::*;
pub const OUT_OF_HANDLES : ErrorCode = ErrorCode::from_constant(12001); pub const TIMEOUT : ErrorCode = ErrorCode::from_constant(12002); pub const EXTENDED_ERROR : ErrorCode = ErrorCode::from_constant(12003); pub const INTERNAL_ERROR : ErrorCode = ErrorCode::from_constant(12004); pub const INVALID_URL : ErrorCode = ErrorCode::from_constant(12005); pub const UNRECOGNIZED_SCHEME : ErrorCode = ErrorCode::from_constant(12006); pub const NAME_NOT_RESOLVED : ErrorCode = ErrorCode::from_constant(12007); pub const PROTOCOL_NOT_FOUND : ErrorCode = ErrorCode::from_constant(12008); pub const INVALID_OPTION : ErrorCode = ErrorCode::from_constant(12009); pub const BAD_OPTION_LENGTH : ErrorCode = ErrorCode::from_constant(12010); pub const OPTION_NOT_SETTABLE : ErrorCode = ErrorCode::from_constant(12011); pub const SHUTDOWN : ErrorCode = ErrorCode::from_constant(12012); pub const INCORRECT_USER_NAME : ErrorCode = ErrorCode::from_constant(12013); pub const INCORRECT_PASSWORD : ErrorCode = ErrorCode::from_constant(12014); pub const LOGIN_FAILURE : ErrorCode = ErrorCode::from_constant(12015); pub const INVALID_OPERATION : ErrorCode = ErrorCode::from_constant(12016); pub const OPERATION_CANCELLED : ErrorCode = ErrorCode::from_constant(12017); pub const INCORRECT_HANDLE_TYPE : ErrorCode = ErrorCode::from_constant(12018); pub const INCORRECT_HANDLE_STATE : ErrorCode = ErrorCode::from_constant(12019); pub const NOT_PROXY_REQUEST : ErrorCode = ErrorCode::from_constant(12020); pub const REGISTRY_VALUE_NOT_FOUND : ErrorCode = ErrorCode::from_constant(12021); pub const BAD_REGISTRY_PARAMETER : ErrorCode = ErrorCode::from_constant(12022); pub const NO_DIRECT_ACCESS : ErrorCode = ErrorCode::from_constant(12023); pub const NO_CONTEXT : ErrorCode = ErrorCode::from_constant(12024); pub const NO_CALLBACK : ErrorCode = ErrorCode::from_constant(12025); pub const REQUEST_PENDING : ErrorCode = ErrorCode::from_constant(12026); pub const INCORRECT_FORMAT : ErrorCode = ErrorCode::from_constant(12027); pub const ITEM_NOT_FOUND : ErrorCode = ErrorCode::from_constant(12028); pub const CANNOT_CONNECT : ErrorCode = ErrorCode::from_constant(12029); pub const CONNECTION_ABORTED : ErrorCode = ErrorCode::from_constant(12030); pub const CONNECTION_RESET : ErrorCode = ErrorCode::from_constant(12031); pub const FORCE_RETRY : ErrorCode = ErrorCode::from_constant(12032); pub const INVALID_PROXY_REQUEST : ErrorCode = ErrorCode::from_constant(12033); pub const NEED_UI : ErrorCode = ErrorCode::from_constant(12034); pub const HANDLE_EXISTS : ErrorCode = ErrorCode::from_constant(12036); pub const SEC_CERT_DATE_INVALID : ErrorCode = ErrorCode::from_constant(12037); pub const SEC_CERT_CN_INVALID : ErrorCode = ErrorCode::from_constant(12038); pub const HTTP_TO_HTTPS_ON_REDIR : ErrorCode = ErrorCode::from_constant(12039); pub const HTTPS_TO_HTTP_ON_REDIR : ErrorCode = ErrorCode::from_constant(12040); pub const MIXED_SECURITY : ErrorCode = ErrorCode::from_constant(12041); pub const CHG_POST_IS_NON_SECURE : ErrorCode = ErrorCode::from_constant(12042); pub const POST_IS_NON_SECURE : ErrorCode = ErrorCode::from_constant(12043); pub const CLIENT_AUTH_CERT_NEEDED : ErrorCode = ErrorCode::from_constant(12044); pub const INVALID_CA : ErrorCode = ErrorCode::from_constant(12045); pub const CLIENT_AUTH_NOT_SETUP : ErrorCode = ErrorCode::from_constant(12046); pub const ASYNC_THREAD_FAILED : ErrorCode = ErrorCode::from_constant(12047); pub const REDIRECT_SCHEME_CHANGE : ErrorCode = ErrorCode::from_constant(12048); pub const DIALOG_PENDING : ErrorCode = ErrorCode::from_constant(12049); pub const RETRY_DIALOG : ErrorCode = ErrorCode::from_constant(12050); pub const HTTPS_HTTP_SUBMIT_REDIR : ErrorCode = ErrorCode::from_constant(12052); pub const INSERT_CDROM : ErrorCode = ErrorCode::from_constant(12053); pub const FORTEZZA_LOGIN_NEEDED : ErrorCode = ErrorCode::from_constant(12054); pub const SEC_CERT_ERRORS : ErrorCode = ErrorCode::from_constant(12055); pub const SEC_CERT_NO_REV : ErrorCode = ErrorCode::from_constant(12056); pub const SEC_CERT_REV_FAILED : ErrorCode = ErrorCode::from_constant(12057); pub const SEC_CERT_WEAK_SIGNATURE : ErrorCode = ErrorCode::from_constant(12062); pub const SECURITY_CHANNEL_ERROR : ErrorCode = ErrorCode::from_constant(12157); pub const UNABLE_TO_CACHE_FILE : ErrorCode = ErrorCode::from_constant(12158); pub const TCPIP_NOT_INSTALLED : ErrorCode = ErrorCode::from_constant(12159); pub const DISCONNECTED : ErrorCode = ErrorCode::from_constant(12163); pub const SERVER_UNREACHABLE : ErrorCode = ErrorCode::from_constant(12164); pub const PROXY_SERVER_UNREACHABLE : ErrorCode = ErrorCode::from_constant(12165); pub const BAD_AUTO_PROXY_SCRIPT : ErrorCode = ErrorCode::from_constant(12166); pub const UNABLE_TO_DOWNLOAD_SCRIPT : ErrorCode = ErrorCode::from_constant(12167); pub const SEC_INVALID_CERT : ErrorCode = ErrorCode::from_constant(12169); pub const SEC_CERT_REVOKED : ErrorCode = ErrorCode::from_constant(12170); pub const FAILED_DUETOSECURITYCHECK : ErrorCode = ErrorCode::from_constant(12171); pub const NOT_INITIALIZED : ErrorCode = ErrorCode::from_constant(12172); pub const NEED_MSN_SSPI_PKG : ErrorCode = ErrorCode::from_constant(12173); pub const LOGIN_FAILURE_DISPLAY_ENTITY_BODY : ErrorCode = ErrorCode::from_constant(12174); pub const DECODING_FAILED : ErrorCode = ErrorCode::from_constant(12175); pub const CLIENT_AUTH_CERT_NEEDED_PROXY : ErrorCode = ErrorCode::from_constant(12187); pub const SECURE_FAILURE_PROXY : ErrorCode = ErrorCode::from_constant(12188); pub const HTTP_PROTOCOL_MISMATCH : ErrorCode = ErrorCode::from_constant(12190); pub const GLOBAL_CALLBACK_FAILED : ErrorCode = ErrorCode::from_constant(12191); pub const FEATURE_DISABLED : ErrorCode = ErrorCode::from_constant(12192); pub const NO_NEW_CONTAINERS : ErrorCode = ErrorCode::from_constant(12051); pub const SOURCE_PORT_IN_USE : ErrorCode = ErrorCode::from_constant(12058); pub const INSECURE_FALLBACK_REQUIRED : ErrorCode = ErrorCode::from_constant(12059); pub const PROXY_ALERT : ErrorCode = ErrorCode::from_constant(12061); pub const NO_CM_CONNECTION : ErrorCode = ErrorCode::from_constant(12080); pub const DISALLOW_INPRIVATE : ErrorCode = ErrorCode::from_constant(12189); pub const OFFLINE : ErrorCode = ErrorCode::from_constant(12163); pub const INTERNAL_SOCKET_ERROR : ErrorCode = ErrorCode::from_constant(12901); pub const CONNECTION_AVAILABLE : ErrorCode = ErrorCode::from_constant(12902); pub const NO_KNOWN_SERVERS : ErrorCode = ErrorCode::from_constant(12903); pub const PING_FAILED : ErrorCode = ErrorCode::from_constant(12904); pub const NO_PING_SUPPORT : ErrorCode = ErrorCode::from_constant(12905); pub const CACHE_SUCCESS : ErrorCode = ErrorCode::from_constant(12906);