winresult 0.1.3

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

use super::*;

pub const OUT_OF_HANDLES : ErrorCode = ErrorCode::from_constant(12001); // ERROR_INTERNET_OUT_OF_HANDLES
pub const TIMEOUT : ErrorCode = ErrorCode::from_constant(12002); // ERROR_INTERNET_TIMEOUT
pub const EXTENDED_ERROR : ErrorCode = ErrorCode::from_constant(12003); // ERROR_INTERNET_EXTENDED_ERROR
pub const INTERNAL_ERROR : ErrorCode = ErrorCode::from_constant(12004); // ERROR_INTERNET_INTERNAL_ERROR
pub const INVALID_URL : ErrorCode = ErrorCode::from_constant(12005); // ERROR_INTERNET_INVALID_URL
pub const UNRECOGNIZED_SCHEME : ErrorCode = ErrorCode::from_constant(12006); // ERROR_INTERNET_UNRECOGNIZED_SCHEME
pub const NAME_NOT_RESOLVED : ErrorCode = ErrorCode::from_constant(12007); // ERROR_INTERNET_NAME_NOT_RESOLVED
pub const PROTOCOL_NOT_FOUND : ErrorCode = ErrorCode::from_constant(12008); // ERROR_INTERNET_PROTOCOL_NOT_FOUND
pub const INVALID_OPTION : ErrorCode = ErrorCode::from_constant(12009); // ERROR_INTERNET_INVALID_OPTION
pub const BAD_OPTION_LENGTH : ErrorCode = ErrorCode::from_constant(12010); // ERROR_INTERNET_BAD_OPTION_LENGTH
pub const OPTION_NOT_SETTABLE : ErrorCode = ErrorCode::from_constant(12011); // ERROR_INTERNET_OPTION_NOT_SETTABLE
pub const SHUTDOWN : ErrorCode = ErrorCode::from_constant(12012); // ERROR_INTERNET_SHUTDOWN
pub const INCORRECT_USER_NAME : ErrorCode = ErrorCode::from_constant(12013); // ERROR_INTERNET_INCORRECT_USER_NAME
pub const INCORRECT_PASSWORD : ErrorCode = ErrorCode::from_constant(12014); // ERROR_INTERNET_INCORRECT_PASSWORD
pub const LOGIN_FAILURE : ErrorCode = ErrorCode::from_constant(12015); // ERROR_INTERNET_LOGIN_FAILURE
pub const INVALID_OPERATION : ErrorCode = ErrorCode::from_constant(12016); // ERROR_INTERNET_INVALID_OPERATION
pub const OPERATION_CANCELLED : ErrorCode = ErrorCode::from_constant(12017); // ERROR_INTERNET_OPERATION_CANCELLED
pub const INCORRECT_HANDLE_TYPE : ErrorCode = ErrorCode::from_constant(12018); // ERROR_INTERNET_INCORRECT_HANDLE_TYPE
pub const INCORRECT_HANDLE_STATE : ErrorCode = ErrorCode::from_constant(12019); // ERROR_INTERNET_INCORRECT_HANDLE_STATE
pub const NOT_PROXY_REQUEST : ErrorCode = ErrorCode::from_constant(12020); // ERROR_INTERNET_NOT_PROXY_REQUEST
pub const REGISTRY_VALUE_NOT_FOUND : ErrorCode = ErrorCode::from_constant(12021); // ERROR_INTERNET_REGISTRY_VALUE_NOT_FOUND
pub const BAD_REGISTRY_PARAMETER : ErrorCode = ErrorCode::from_constant(12022); // ERROR_INTERNET_BAD_REGISTRY_PARAMETER
pub const NO_DIRECT_ACCESS : ErrorCode = ErrorCode::from_constant(12023); // ERROR_INTERNET_NO_DIRECT_ACCESS
pub const NO_CONTEXT : ErrorCode = ErrorCode::from_constant(12024); // ERROR_INTERNET_NO_CONTEXT
pub const NO_CALLBACK : ErrorCode = ErrorCode::from_constant(12025); // ERROR_INTERNET_NO_CALLBACK
pub const REQUEST_PENDING : ErrorCode = ErrorCode::from_constant(12026); // ERROR_INTERNET_REQUEST_PENDING
pub const INCORRECT_FORMAT : ErrorCode = ErrorCode::from_constant(12027); // ERROR_INTERNET_INCORRECT_FORMAT
pub const ITEM_NOT_FOUND : ErrorCode = ErrorCode::from_constant(12028); // ERROR_INTERNET_ITEM_NOT_FOUND
pub const CANNOT_CONNECT : ErrorCode = ErrorCode::from_constant(12029); // ERROR_INTERNET_CANNOT_CONNECT
pub const CONNECTION_ABORTED : ErrorCode = ErrorCode::from_constant(12030); // ERROR_INTERNET_CONNECTION_ABORTED
pub const CONNECTION_RESET : ErrorCode = ErrorCode::from_constant(12031); // ERROR_INTERNET_CONNECTION_RESET
pub const FORCE_RETRY : ErrorCode = ErrorCode::from_constant(12032); // ERROR_INTERNET_FORCE_RETRY
pub const INVALID_PROXY_REQUEST : ErrorCode = ErrorCode::from_constant(12033); // ERROR_INTERNET_INVALID_PROXY_REQUEST
pub const NEED_UI : ErrorCode = ErrorCode::from_constant(12034); // ERROR_INTERNET_NEED_UI
pub const HANDLE_EXISTS : ErrorCode = ErrorCode::from_constant(12036); // ERROR_INTERNET_HANDLE_EXISTS
pub const SEC_CERT_DATE_INVALID : ErrorCode = ErrorCode::from_constant(12037); // ERROR_INTERNET_SEC_CERT_DATE_INVALID
pub const SEC_CERT_CN_INVALID : ErrorCode = ErrorCode::from_constant(12038); // ERROR_INTERNET_SEC_CERT_CN_INVALID
pub const HTTP_TO_HTTPS_ON_REDIR : ErrorCode = ErrorCode::from_constant(12039); // ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR
pub const HTTPS_TO_HTTP_ON_REDIR : ErrorCode = ErrorCode::from_constant(12040); // ERROR_INTERNET_HTTPS_TO_HTTP_ON_REDIR
pub const MIXED_SECURITY : ErrorCode = ErrorCode::from_constant(12041); // ERROR_INTERNET_MIXED_SECURITY
pub const CHG_POST_IS_NON_SECURE : ErrorCode = ErrorCode::from_constant(12042); // ERROR_INTERNET_CHG_POST_IS_NON_SECURE
pub const POST_IS_NON_SECURE : ErrorCode = ErrorCode::from_constant(12043); // ERROR_INTERNET_POST_IS_NON_SECURE
pub const CLIENT_AUTH_CERT_NEEDED : ErrorCode = ErrorCode::from_constant(12044); // ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED
pub const INVALID_CA : ErrorCode = ErrorCode::from_constant(12045); // ERROR_INTERNET_INVALID_CA
pub const CLIENT_AUTH_NOT_SETUP : ErrorCode = ErrorCode::from_constant(12046); // ERROR_INTERNET_CLIENT_AUTH_NOT_SETUP
pub const ASYNC_THREAD_FAILED : ErrorCode = ErrorCode::from_constant(12047); // ERROR_INTERNET_ASYNC_THREAD_FAILED
pub const REDIRECT_SCHEME_CHANGE : ErrorCode = ErrorCode::from_constant(12048); // ERROR_INTERNET_REDIRECT_SCHEME_CHANGE
pub const DIALOG_PENDING : ErrorCode = ErrorCode::from_constant(12049); // ERROR_INTERNET_DIALOG_PENDING
pub const RETRY_DIALOG : ErrorCode = ErrorCode::from_constant(12050); // ERROR_INTERNET_RETRY_DIALOG
pub const HTTPS_HTTP_SUBMIT_REDIR : ErrorCode = ErrorCode::from_constant(12052); // ERROR_INTERNET_HTTPS_HTTP_SUBMIT_REDIR
pub const INSERT_CDROM : ErrorCode = ErrorCode::from_constant(12053); // ERROR_INTERNET_INSERT_CDROM
pub const FORTEZZA_LOGIN_NEEDED : ErrorCode = ErrorCode::from_constant(12054); // ERROR_INTERNET_FORTEZZA_LOGIN_NEEDED
pub const SEC_CERT_ERRORS : ErrorCode = ErrorCode::from_constant(12055); // ERROR_INTERNET_SEC_CERT_ERRORS
pub const SEC_CERT_NO_REV : ErrorCode = ErrorCode::from_constant(12056); // ERROR_INTERNET_SEC_CERT_NO_REV
pub const SEC_CERT_REV_FAILED : ErrorCode = ErrorCode::from_constant(12057); // ERROR_INTERNET_SEC_CERT_REV_FAILED
pub const SEC_CERT_WEAK_SIGNATURE : ErrorCode = ErrorCode::from_constant(12062); // ERROR_INTERNET_SEC_CERT_WEAK_SIGNATURE
pub const SECURITY_CHANNEL_ERROR : ErrorCode = ErrorCode::from_constant(12157); // ERROR_INTERNET_SECURITY_CHANNEL_ERROR
pub const UNABLE_TO_CACHE_FILE : ErrorCode = ErrorCode::from_constant(12158); // ERROR_INTERNET_UNABLE_TO_CACHE_FILE
pub const TCPIP_NOT_INSTALLED : ErrorCode = ErrorCode::from_constant(12159); // ERROR_INTERNET_TCPIP_NOT_INSTALLED
pub const DISCONNECTED : ErrorCode = ErrorCode::from_constant(12163); // ERROR_INTERNET_DISCONNECTED
pub const SERVER_UNREACHABLE : ErrorCode = ErrorCode::from_constant(12164); // ERROR_INTERNET_SERVER_UNREACHABLE
pub const PROXY_SERVER_UNREACHABLE : ErrorCode = ErrorCode::from_constant(12165); // ERROR_INTERNET_PROXY_SERVER_UNREACHABLE
pub const BAD_AUTO_PROXY_SCRIPT : ErrorCode = ErrorCode::from_constant(12166); // ERROR_INTERNET_BAD_AUTO_PROXY_SCRIPT
pub const UNABLE_TO_DOWNLOAD_SCRIPT : ErrorCode = ErrorCode::from_constant(12167); // ERROR_INTERNET_UNABLE_TO_DOWNLOAD_SCRIPT
pub const SEC_INVALID_CERT : ErrorCode = ErrorCode::from_constant(12169); // ERROR_INTERNET_SEC_INVALID_CERT
pub const SEC_CERT_REVOKED : ErrorCode = ErrorCode::from_constant(12170); // ERROR_INTERNET_SEC_CERT_REVOKED
pub const FAILED_DUETOSECURITYCHECK : ErrorCode = ErrorCode::from_constant(12171); // ERROR_INTERNET_FAILED_DUETOSECURITYCHECK
pub const NOT_INITIALIZED : ErrorCode = ErrorCode::from_constant(12172); // ERROR_INTERNET_NOT_INITIALIZED
pub const NEED_MSN_SSPI_PKG : ErrorCode = ErrorCode::from_constant(12173); // ERROR_INTERNET_NEED_MSN_SSPI_PKG
pub const LOGIN_FAILURE_DISPLAY_ENTITY_BODY : ErrorCode = ErrorCode::from_constant(12174); // ERROR_INTERNET_LOGIN_FAILURE_DISPLAY_ENTITY_BODY
pub const DECODING_FAILED : ErrorCode = ErrorCode::from_constant(12175); // ERROR_INTERNET_DECODING_FAILED
pub const CLIENT_AUTH_CERT_NEEDED_PROXY : ErrorCode = ErrorCode::from_constant(12187); // ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED_PROXY
pub const SECURE_FAILURE_PROXY : ErrorCode = ErrorCode::from_constant(12188); // ERROR_INTERNET_SECURE_FAILURE_PROXY
pub const HTTP_PROTOCOL_MISMATCH : ErrorCode = ErrorCode::from_constant(12190); // ERROR_INTERNET_HTTP_PROTOCOL_MISMATCH
pub const GLOBAL_CALLBACK_FAILED : ErrorCode = ErrorCode::from_constant(12191); // ERROR_INTERNET_GLOBAL_CALLBACK_FAILED
pub const FEATURE_DISABLED : ErrorCode = ErrorCode::from_constant(12192); // ERROR_INTERNET_FEATURE_DISABLED
pub const NO_NEW_CONTAINERS : ErrorCode = ErrorCode::from_constant(12051); // ERROR_INTERNET_NO_NEW_CONTAINERS
pub const SOURCE_PORT_IN_USE : ErrorCode = ErrorCode::from_constant(12058); // ERROR_INTERNET_SOURCE_PORT_IN_USE
pub const INSECURE_FALLBACK_REQUIRED : ErrorCode = ErrorCode::from_constant(12059); // ERROR_INTERNET_INSECURE_FALLBACK_REQUIRED
pub const PROXY_ALERT : ErrorCode = ErrorCode::from_constant(12061); // ERROR_INTERNET_PROXY_ALERT
pub const NO_CM_CONNECTION : ErrorCode = ErrorCode::from_constant(12080); // ERROR_INTERNET_NO_CM_CONNECTION
pub const DISALLOW_INPRIVATE : ErrorCode = ErrorCode::from_constant(12189); // ERROR_INTERNET_DISALLOW_INPRIVATE
pub const OFFLINE : ErrorCode = ErrorCode::from_constant(12163); // ERROR_INTERNET_OFFLINE
pub const INTERNAL_SOCKET_ERROR : ErrorCode = ErrorCode::from_constant(12901); // ERROR_INTERNET_INTERNAL_SOCKET_ERROR
pub const CONNECTION_AVAILABLE : ErrorCode = ErrorCode::from_constant(12902); // ERROR_INTERNET_CONNECTION_AVAILABLE
pub const NO_KNOWN_SERVERS : ErrorCode = ErrorCode::from_constant(12903); // ERROR_INTERNET_NO_KNOWN_SERVERS
pub const PING_FAILED : ErrorCode = ErrorCode::from_constant(12904); // ERROR_INTERNET_PING_FAILED
pub const NO_PING_SUPPORT : ErrorCode = ErrorCode::from_constant(12905); // ERROR_INTERNET_NO_PING_SUPPORT
pub const CACHE_SUCCESS : ErrorCode = ErrorCode::from_constant(12906); // ERROR_INTERNET_CACHE_SUCCESS