Routing and Remote Access Error Codes

The following Routing and Remote Access (RRAS) API error codes are defined in raserror.h. All error codes are supported in Windows 2000 or later versions of Windows unless specified otherwise.

SymbolicCodeDescription
PENDING600An operation is pending.
ERROR_INVALID_PORT_HANDLE601The port handle supplied is not valid.
ERROR_PORT_ALREADY_OPEN602The specified port is already open.
ERROR_BUFFER_TOO_SMALL603The buffer supplied is too small.
ERROR_WRONG_INFO_SPECIFIED604The port information specified is incorrect.
ERROR_CANNOT_SET_PORT_INFO605The port information specified cannot be set. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_PORT_NOT_CONNECTED606The port specified is not connected.
ERROR_EVENT_INVALID607An event that is not valid was detected. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_DEVICE_DOES_NOT_EXIST608The specified device does not exist.
ERROR_DEVICETYPE_DOES_NOT_EXIST609The specified device type does not exist.
ERROR_BUFFER_INVALID610The buffer supplied is not valid.
ERROR_ROUTE_NOT_AVAILABLE611A route was specified that is not available. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_ROUTE_NOT_ALLOCATED612The specified route is not allocated.
ERRERROR_INVALID_COMPRESSION_SPECIFIED613The specified compression is not valid. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_OUT_OF_BUFFERS614There were insufficient buffers available.
ERROR_PORT_NOT_FOUND615The specified port was not found.
ERROR_ASYNC_REQUEST_PENDING616An asynchronous request is pending.
ERROR_ALREADY_DISCONNECTING617The specified port or device is already disconnecting.
ERROR_PORT_NOT_OPEN618The specified port is not open.
ERROR_PORT_DISCONNECTED619The specified port is disconnected.
ERROR_NO_ENDPOINTS620No endpoints could be determined. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_CANNOT_OPEN_PHONEBOOK621Cannot open the specified phone book file.
ERROR_CANNOT_LOAD_PHONEBOOK622Cannot load the specified phone book file.
ERROR_CANNOT_FIND_PHONEBOOK_ENTRY623Cannot find the specified phone book entry.
ERROR_CANNOT_WRITE_PHONEBOOK624Cannot write to the specified phone book file.
ERROR_CORRUPT_PHONEBOOK625Information found in the specified phone book is not valid.
ERROR_CANNOT_LOAD_STRING626A string could not be loaded. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_KEY_NOT_FOUND627Cannot find the specified key.
ERROR_DISCONNECTION628The specified port was disconnected.
ERROR_REMOTE_DISCONNECTION629The specified port was disconnected by the remote computer.
ERROR_HARDWARE_FAILURE630The specified port was disconnected due to hardware failure.
ERROR_USER_DISCONNECTION631The specified port was disconnected by the user.
ERROR_INVALID_SIZE632Incorrect structure size.
ERROR_PORT_NOT_AVAILABLE633The specified port is already in use or is not configured for remote access dial-out.
ERROR_CANNOT_PROJECT_CLIENT634Your computer could not be registered on the remote network. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_UNKNOWN635An unknown error has occurred.
ERROR_WRONG_DEVICE_ATTACHED636The wrong device is attached to the specified port.
ERROR_BAD_STRING637A string was detected that could not be converted. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_REQUEST_TIMEOUT638The request has timed out.
ERROR_CANNOT_GET_LANA639No asynchronous net is available. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_NETBIOS_ERROR640An error has occurred involving NetBIOS. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_SERVER_OUT_OF_RESOURCES641he server cannot allocate NetBIOS resources needed to support the client. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_NAME_EXISTS_ON_NET642One of your computer's NetBIOS names is already registered on the remote network. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_SERVER_GENERAL_NET_FAILURE643A network adapter at the server failed. Note: Deprecated in Windows Vista and later versions of Windows.
WARNING_MSG_ALIAS_NOT_ADDED644You will not receive network message popups. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_AUTH_INTERNAL645An internal authentication error has occurred.
ERROR_RESTRICTED_LOGON_HOURS646The specified account is not permitted to log in at this time of day.
ERROR_ACCT_DISABLED647The specified account is disabled.
ERROR_PASSWD_EXPIRED648The specified password has expired.
ERROR_NO_DIALIN_PERMISSION649The specified account does not have remote access permissions.
ERROR_SERVER_NOT_RESPONDING650The remote access server is not responding. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_FROM_DEVICE651Your modem or other connection device has reported an error.
ERROR_UNRECOGNIZED_RESPONSE652An unrecognized response was returned by the device.
ERROR_MACRO_NOT_FOUND653A macro required by the device was not found in the device .INF file section.
ERROR_MACRO_NOT_DEFINED654A command or response in the device .INF file section refers to an undefined macro.
ERROR_MESSAGE_MACRO_NOT_FOUND655The <message> macro was not found in the device .INF file section.
ERROR_DEFAULTOFF_MACRO_NOT_FOUND656The <defaultoff> macro in the device .INF file section contains an undefined macro.
ERROR_FILE_COULD_NOT_BE_OPENED657The device .INF file could not be opened.
ERROR_DEVICENAME_TOO_LONG658The device name in the device .INF or media .INI file is too long.
ERROR_DEVICENAME_NOT_FOUND659The media .INI file refers to an unknown device name.
ERROR_NO_RESPONSES660The device .INF file contains no responses for the command.
ERROR_NO_COMMAND_FOUND661The device .INF file is missing a command.
ERROR_WRONG_KEY_SPECIFIED662Attempted to set a macro not listed in device .INF file section.
ERROR_UNKNOWN_DEVICE_TYPE663The media .INI file refers to an unknown device type.
ERROR_ALLOCATING_MEMORY664Cannot allocate memory.
ERROR_PORT_NOT_CONFIGURED665The port is not configured for remote access.
ERROR_DEVICE_NOT_READY666Your modem or other connection device is not functioning.
ERROR_READING_INI_FILE667Cannot read the media .INI file.
ERROR_NO_CONNECTION668The connection was dropped.
ERROR_BAD_USAGE_IN_INI_FILE669The usage parameter in the media .ini file is not valid.
ERROR_READING_SECTIONNAME670Cannot read the section name from the media .INI file.
ERROR_READING_DEVICETYPE671Cannot read the device type from the media .INI file.
ERROR_READING_DEVICENAME672Cannot read the device name from the media .INI file.
ERROR_READING_USAGE673Cannot read the usage from the media .INI file.
ERROR_READING_MAXCONNECTBPS674The system was unable to read the maximum carrier connection speed from the media .INI file. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_READING_MAXCARRIERBPS675Cannot read the usage from the media .INI file.
ERROR_LINE_BUSY676The line is busy.
ERROR_VOICE_ANSWER677A person answered instead of a modem.
ERROR_NO_ANSWER678There is no answer.
ERROR_NO_CARRIER679Cannot detect a carrier signal.
ERROR_NO_DIALTONE680There is no dial tone.
ERROR_IN_COMMAND681The modem (or other connecting device) reported a general error. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_WRITING_SECTIONNAME682There was an error in writing the section name.
ERROR_WRITING_DEVICETYPE683There was an error in writing the device type.
ERROR_WRITING_DEVICENAME684There was an error in writing the device name.
ERROR_WRITING_MAXCONNECTBPS685There was an error in writing the maximum connection speed.
ERROR_WRITING_MAXCARRIERBPS686There was an error in writing the maximum carrier speed.
ERROR_WRITING_USAGE687There was an error in writing the usage.
ERROR_WRITING_DEFAULTOFF688There was an error in writing the default-off.
ERROR_READING_DEFAULTOFF689
ERROR_EMPTY_INI_FILE690The media .INI file is empty.
ERROR_AUTHENTICATION_FAILURE691Access denied because the user name, password, or both is not valid on the domain.
ERROR_PORT_OR_DEVICE692A hardware failure has occurred in the port or attached device
ERROR_NOT_BINARY_MACRO693The macro is not a binary macro.
ERROR_DCB_NOT_FOUND694DCB not found.
ERROR_STATE_MACHINES_NOT_STARTED695State machines are not started.
ERROR_STATE_MACHINES_ALREADY_STARTED696State machines are already started.
ERROR_PARTIAL_RESPONSE_LOOPING697Partial response looping.
ERROR_UNKNOWN_RESPONSE_KEY698A response key name in the device .INF file is not in the expected format.
ERROR_RECV_BUF_FULL699The device response caused a buffer overflow.
ERROR_CMD_TOO_LONG700The expanded command in the device .INF file is too long.
ERROR_UNSUPPORTED_BPS701The device moved to a connection speed that is not supported by the COM driver.
ERROR_UNEXPECTED_RESPONSE702Device response received when none expected.
ERROR_INTERACTIVE_MODE703An error occurred because the interactive mode is enabled.
ERROR_BAD_CALLBACK_NUMBER704A bad callback number was specified.
ERROR_INVALID_AUTH_STATE705The specified authentication state is not valid.
ERROR_WRITING_INITBPS706An error occurred when writing the initial connection speed. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_X25_DIAGNOSTIC707An X.25 diagnostic indication was received.
ERROR_ACCT_EXPIRED708The specified account has expired.
ERROR_CHANGING_PASSWORD709An error occurred while attempting to change the password on the domain.
ERROR_OVERRUN710Serial overrun errors were detected while communicating with your modem.
ERROR_RASMAN_CANNOT_INITIALIZE711RasMan initialization failure. Check the event log.
ERROR_BIPLEX_PORT_NOT_AVAILABLE712The two-way port is initializing. Wait a few seconds and redial. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_NO_ACTIVE_ISDN_LINES713No active ISDN lines are available.
ERROR_NO_ISDN_CHANNELS_AVAILABLE714No ISDN channels are available to make the call. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_TOO_MANY_LINE_ERRORS715Too many errors occurred because of poor phone line quality. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_IP_CONFIGURATION716The remote access IP configuration is unusable.
ERROR_NO_IP_ADDRESSES717No IP addresses are available in the static pool of remote access IP addresses.
ERROR_PPP_TIMEOUT718A PPP timeout occurred.
ERROR_PPP_REMOTE_TERMINATED719The connection was terminated by the remote computer. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_PPP_NO_PROTOCOLS_CONFIGURED720No PPP control protocols are configured.
ERROR_PPP_NO_RESPONSE721The remote PPP peer is not responding.
ERROR_PPP_INVALID_PACKET722The PPP packet is not valid.
ERROR_PHONE_NUMBER_TOO_LONG723The phone number, including the prefix and suffix, is too long.
ERROR_IPXCP_NO_DIALOUT_CONFIGURED724The IPX protocol cannot dial out on the modem (or other connecting device) because this computer is not configured for dialing out (it is an IPX router). Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_IPXCP_NO_DIALIN_CONFIGURED725The IPX protocol cannot dial in on the modem (or other connecting device) because this computer is not configured for dialing in (the IPX router is not installed). Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_IPXCP_DIALOUT_ALREADY_ACTIVE726The IPX protocol cannot be used for dial-out on more than one port at a time.
ERROR_ACCESSING_TCPCFGDLL727Cannot access TCPCFG.DLL. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_NO_IP_RAS_ADAPTER728Cannot find an IP adapter bound to remote access.
ERROR_SLIP_REQUIRES_IP729SLIP cannot be used unless the IP protocol is installed.
ERROR_PROJECTION_NOT_COMPLETE730Computer registration is not complete. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_PROTOCOL_NOT_CONFIGURED731The specified protocol is not configured.
ERROR_PPP_NOT_CONVERGING732The PPP negotiation is not converging.
ERROR_PPP_CP_REJECTED733the PPP control protocol for the specified network protocol is not available on the server.
ERROR_PPP_LCP_TERMINATED734The PPP link control protocol was terminated.
ERROR_PPP_REQUIRED_ADDRESS_REJECTED735The requested address was rejected by the server.
ERROR_PPP_NCP_TERMINATED736The remote computer terminated the control protocol.
ERROR_PPP_LOOPBACK_DETECTED737Loopback detected.
ERROR_PPP_NO_ADDRESS_ASSIGNED738The server did not assign an address.
ERROR_CANNOT_USE_LOGON_CREDENTIALS739The remote server cannot use the Windows NT encrypted password.
ERROR_TAPI_CONFIGURATION740The TAPI devices configured for remote access failed to initialize or were not installed correctly.
ERROR_NO_LOCAL_ENCRYPTION741The local computer does not support encryption.
ERROR_NO_REMOTE_ENCRYPTION742The remote server does not support encryption.
ERROR_REMOTE_REQUIRES_ENCRYPTION743The remote computer requires data encryption. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_IPXCP_NET_NUMBER_CONFLICT744The system cannot use the IPX network number assigned by the remote computer. Additional information is provided in the event log. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_INVALID_SMM745The Session Management Module (SMM) is not valid. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_SMM_UNINITIALIZED746The SMM is uninitialized. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_NO_MAC_FOR_PORT747No MAC for port. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_SMM_TIMEOUT748The SMM timed out. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_BAD_PHONE_NUMBER749A bad phone number was specified.
ERROR_WRONG_MODULE750The wrong SMM was specified. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_INVALID_CALLBACK_NUMBER751The callback number contains a character that is not valid. Only the following 18 characters are allowed: 0 to 9, T, P, W, (, ), -, @, and space. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_SCRIPT_SYNTAX752A syntax error was encountered while processing a script.
ERROR_HANGUP_FAILED753The connection could not be disconnected because it was created by the multi-protocol router.
ERROR_BUNDLE_NOT_FOUND754The system could not find the multi-link bundle.
ERROR_CANNOT_DO_CUSTOMDIAL755The system cannot perform automated dial because this connection has a custom dialer specified.
ERROR_DIAL_ALREADY_IN_PROGRESS756This connection is already being dialed.
ERROR_RASAUTO_CANNOT_INITIALIZE757RAS could not be started automatically. Additional information is provided in the event log.
ERROR_CONNECTION_ALREADY_SHARED758Internet Connection Sharing (ICS) is already enabled on the connection. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_SHARING_CHANGE_FAILED759An error occurred while the existing Internet Connection Sharing settings were being changed. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_SHARING_ROUTER_INSTALL760An error occurred while routing capabilities were being enabled. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_SHARE_CONNECTION_FAILED761An error occurred while Internet Connection Sharing was being enabled for the connection. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_CANNOT_SHARE_CONNECTION763Internet Connection Sharing cannot be enabled. There is more than one LAN connection other than the connection to be shared. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_NO_SMART_CARD_READER764No smart card reader is installed.
ERROR_SHARING_ADDRESS_EXISTS765Internet Connection Sharing cannot be enabled. A LAN connection is already configured with the IP address that is required for automatic IP addressing.
ERROR_NO_CERTIFICATE766A certificate could not be found. Connections that use the L2TP protocol over IPSec require the installation of a machine certificate, also known as a computer certificate.
ERROR_SHARING_MULTIPLE_ADDRESSES767Internet Connection Sharing cannot be enabled. The LAN connection selected as the private network has more than one IP address configured. Please reconfigure the LAN connection with a single IP address before enabling Internet Connection Sharing.
ERROR_FAILED_TO_ENCRYPT768The connection attempt failed because of failure to encrypt data.
ERROR_BAD_ADDRESS_SPECIFIED769The specified destination is not reachable.
ERROR_CONNECTION_REJECT770The remote computer rejected the connection attempt.
ERROR_CONGESTION771The connection attempt failed because the network is busy.
ERROR_INCOMPATIBLE772The remote computer's network hardware is incompatible with the type of call requested.
ERROR_NUMBERCHANGED773The connection attempt failed because the destination number has changed.
ERROR_TEMPFAILURE774The connection attempt failed because of a temporary failure. Try connecting again.
ERROR_BLOCKED775The call was blocked by the remote computer.
ERROR_DONOTDISTURB776The call could not be connected because the remote computer has invoked the Do Not Disturb feature.
ERROR_OUTOFORDER777The connection attempt failed because the modem or other connection device on the remote computer is out of order.
ERROR_UNABLE_TO_AUTHENTICATE_SERVER778It was not possible to verify the identity of the server.
ERROR_SMART_CARD_REQUIRED779To dial out using this connection you must use a smart card. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_INVALID_FUNCTION_FOR_ENTRY780An attempted function is not valid for this connection.
ERROR_CERT_FOR_ENCRYPTION_NOT_FOUND781The encryption attempt failed because no valid certificate was found. Note: Deprecated in Windows Vista and later versions of Windows.
ERROR_SHARING_RRAS_CONFLICT782Connection Sharing (NAT) is currently installed as a routing protocol, and must be removed before enabling Internet Connection Sharing.
ERROR_SHARING_NO_PRIVATE_LAN783Internet Connection Sharing cannot be enabled. The LAN connection selected as the private network is either not present, or is disconnected from the network. Please ensure that the LAN adapter is connected before enabling Internet Connection Sharing.
ERROR_NO_DIFF_USER_AT_LOGON784You cannot dial using this connection at login time because it is configured to use a user name different than the one on the smart card. If you want to use this connection at login time, you must configure it to use the user name on the smart card.
ERROR_NO_REG_CERT_AT_LOGON785You cannot dial using this connection at login time because it is not configured to use a smart card. If you want to use it at login time, you must edit the properties of this connection so that it uses a smart card.
ERROR_OAKLEY_NO_CERT786The L2TP connection attempt failed because there is no valid machine certificate on your computer for security authentication.
ERROR_OAKLEY_AUTH_FAIL787The L2TP connection attempt failed because the security layer could not authenticate the remote computer.
ERROR_OAKLEY_ATTRIB_FAIL788The L2TP connection attempt failed because the security layer could not negotiate compatible parameters with the remote computer.
ERROR_OAKLEY_GENERAL_PROCESSING789The L2TP connection attempt failed because the security layer encountered a processing error during initial negotiations with the remote computer.
ERROR_OAKLEY_NO_PEER_CERT790The L2TP connection attempt failed because certificate validation on the remote computer failed.
ERROR_OAKLEY_NO_POLICY791The L2TP connection attempt failed because security policy for the connection was not found.
ERROR_OAKLEY_TIMED_OUT792The L2TP connection attempt failed because security negotiation timed out.
ERROR_OAKLEY_ERROR793The L2TP connection attempt failed because an error occurred while negotiating security.
ERROR_UNKNOWN_FRAMED_PROTOCOL794The Framed Protocol RADIUS attribute for this user is not PPP.
ERROR_WRONG_TUNNEL_TYPE795The Tunnel Type RADIUS attribute for this user is not correct.
ERROR_UNKNOWN_SERVICE_TYPE796The Service Type RADIUS attribute for this user is neither Framed nor Callback Framed.
ERROR_CONNECTING_DEVICE_NOT_FOUND797A connection to the remote computer could not be established because the modem was not found or was busy.
ERROR_NO_EAPTLS_CERTIFICATE798A certificate could not be found that can be used with the Extensible Authentication Protocol (EAP).
ERROR_SHARING_HOST_ADDRESS_CONFLICT799Internet Connection Sharing (ICS) cannot be enabled due to an IP address conflict on the network. ICS requires the host be configured to use 192.168.0.1 . Ensure that no other client on the network is configured to use 192.168.0.1 . Note: Supported in Windows XP and later versions of Windows. Note: Windows 7 and later: The host must be configured to use 192.168.137.1
ERROR_AUTOMATIC_VPN_FAILED800Unable to establish the VPN connection. The VPN server may be unreachable, or security parameters may not be configured properly for this connection. Note: Supported in Windows XP and later versions of Windows.
ERROR_VALIDATING_SERVER_CERT801This connection is configured to validate the identity of the access server, but Windows cannot verify the digital certificate sent by the server. Note: Supported in Windows XP and later versions of Windows.
ERROR_READING_SCARD802The card supplied was not recognized. Please check that the card is inserted correctly, and fits securely. Note: Supported in Windows XP with SP1 and later versions of Windows.
ERROR_INVALID_PEAP_COOKIE_CONFIG803The PEAP configuration stored in the session cookie does not match the current session configuration. Note: Supported in Windows XP with SP1 and later versions of Windows.
ERROR_INVALID_PEAP_COOKIE_USER804The PEAP identity stored in the session cookie does not match the current identity. Note: Supported in Windows XP with SP1 and later versions of Windows.
ERROR_INVALID_MSCHAPV2_CONFIG805You cannot dial using this connection at login time because it is configured to use the currently-logged-in user's credentials. Note: Supported in Windows XP with SP1 and later versions of Windows.
ERROR_VPN_GRE_BLOCKED806A connection between your computer and the VPN server has been started, but the VPN connection cannot be completed. The most common cause for this is that at least one Internet device (for example, a firewall or a router) between your computer and the VPN server is not configured to allow Generic Routing Encapsulation (GRE) protocol packets. Note: Supported in Windows Vista and later versions of Windows.
ERROR_VPN_DISCONNECT807The network connection between your computer and the VPN server was interrupted. This can be caused by a problem in the VPN transmission and is commonly the result of internet latency or simply that your VPN server has reached capacity. Try to reconnect to the VPN server. Note: Supported in Windows Vista and later versions of Windows.
ERROR_VPN_REFUSED808The network connection between your computer and the VPN server could not be established because the remote server refused the connection. This is typically caused by a mismatch between the server's configuration and your connection settings. Note: Supported in Windows Vista and later versions of Windows.
ERROR_VPN_TIMEOUT809The network connection between your computer and the VPN server could not be established because the remote server is not responding. This could be because one of the network devices (for example, firewalls, NAT, routers) between your computer and the remote server is not configured to allow VPN connections. Note: Supported in Windows Vista and later versions of Windows.
ERROR_VPN_BAD_CERT810A network connection between your computer and the VPN server was started, but the VPN connection was not completed. This is typically caused by the use of an incorrect or expired certificate for authentication between the client and the server. Note: Supported in Windows Vista and later versions of Windows
ERROR_VPN_BAD_PSK811The network connection between your computer and the VPN server could not be established because the remote server is not responding. This is typically caused by a pre-shared key problem between the client and server. A pre-shared key is used to guarantee you are who you say you are in an IP Security (IPSec) communication cycle. Note: Supported in Windows Vista and later versions of Windows.
ERROR_SERVER_POLICY812The connection was prevented because of a policy configured on your RAS/VPN server. Specifically, the authentication method used by the server to verify your username and password may not match the authentication method configured in your connection profile. Note: Supported in Windows Vista and later versions of Windows.
ERROR_BROADBAND_ACTIVE813You have attempted to establish a second broadband connection while a previous broadband connection is already established using the same device or port. Note: Supported in Windows Vista and later versions of Windows.
ERROR_BROADBAND_NO_NIC814The underlying Ethernet connectivity required for the broadband connection was not found. Note: Supported in Windows Vista and later versions of Windows.
ERROR_BROADBAND_TIMEOUT815The broadband network connection could not be established on your computer because the remote server is not responding. This could be caused by a value that is not valid for the 'Service Name' field for this connection. Note: Supported in Windows Vista and later versions of Windows.
ERROR_FEATURE_DEPRECATED816A feature or setting you have tried to enable is no longer supported by the remote access service. Note: Supported in Windows Vista and later versions of Windows.
ERROR_CANNOT_DELETE817Cannot delete a connection while it is connected. Note: Supported in Windows Vista and later versions of Windows.
ERROR_RASQEC_RESOURCE_CREATION_FAILED818The Network Access Protection (NAP) enforcement client could not create system resources for remote access connections. Some network services or resources might not be available. Note: Supported in Windows Vista and later versions of Windows.
ERROR_RASQEC_NAPAGENT_NOT_ENABLED819The Network Access Protection Agent (NAP Agent) service has been disabled or is not installed on this computer. Some network services or resources might not be available. Note: Supported in Windows Vista and later versions of Windows.
ERROR_RASQEC_NAPAGENT_NOT_CONNECTED820The Network Access Protection (NAP) enforcement client failed to register with the Network Access Protection Agent (NAP Agent) service. Some network services or resources might not be available. Note: Supported in Windows Vista and later versions of Windows.
ERROR_RASQEC_CONN_DOESNOTEXIST821The Network Access Protection (NAP) enforcement client was unable to process the request because the remote access connection does not exist. Note: Supported in Windows Vista and later versions of Windows.
ERROR_RASQEC_TIMEOUT822The Network Access Protection (NAP) enforcement client did not respond. Some network services or resources might not be available. Note: Supported in Windows Vista and later versions of Windows.
ERROR_PEAP_CRYPTOBINDING_INVALID823The Crypto-Binding type-length-value (TLV) received is not valid. Note: Supported in Windows Vista and later versions of Windows.
ERROR_PEAP_CRYPTOBINDING_NOTRECEIVED824Crypto-Binding TLV was not received. Note: Supported in Windows Vista and later versions of Windows.
ERROR_INVALID_VPNSTRATEGY825Point-to-Point Tunneling Protocol (PPTP) is incompatible with IPv6. Change the type of virtual private network to Layer Two Tunneling Protocol (L2TP). Note: Supported in Windows Vista and later versions of Windows.
ERROR_EAPTLS_CACHE_CREDENTIALS_INVALID826EAPTLS validation of the cached credentials failed. Discard cached credentials. Note: Supported in Windows Vista and later versions of Windows.
ERROR_IPSEC_SERVICE_STOPPED827The L2TP/IPsec connection cannot be completed because the IKE and AuthIP IPSec Keying Modules service and/or the Base Filtering Engine service is not running. These services are required to establish an L2TP/IPSec connection. Note: Supported in Windows Vista and later versions of Windows.
ERROR_IDLE_TIMEOUT828The connection was terminated because of idle timeout. Note: Supported in Windows Vista and later versions of Windows.
ERROR_LINK_FAILURE829The modem (or other connecting device) was disconnected due to link failure. Note: Supported in Windows Vista and later versions of Windows.
ERROR_USER_LOGOFF830The connection was terminated because user logged off. Note: Supported in Windows Vista and later versions of Windows.
ERROR_FAST_USER_SWITCH831The connection was terminated because user switch happened. Note: Supported in Windows Vista and later versions of Windows.
ERROR_HIBERNATION832The connection was terminated because of hibernation. Note: Supported in Windows Vista and later versions of Windows.
ERROR_SYSTEM_SUSPENDED833The connection was terminated because the system got suspended. Note: Supported in Windows Vista and later versions of Windows.
ERROR_RASMAN_SERVICE_STOPPED834The connection was terminated because Remote Access Connection manager stopped. Note: Supported in Windows Vista and later versions of Windows.
ERROR_INVALID_SERVER_CERT835The L2TP connection attempt failed because the security layer could not authenticate the remote computer. This could be because one or more fields of the certificate presented by the remote server could not be validated as belonging to the target destination. Note: Supported in Windows Vista and later versions of Windows.
ERROR_NOT_NAP_CAPABLE836The machine is not NAP capable. Note: Supported in Windows Vista and later versions of Windows.
ERROR_INVALID_TUNNELID837Invalid Tunnel ID. Note: Supported in Windows 7 and later versions of Windows.
ERROR_UPDATECONNECTION_REQUEST_IN_PROCESS838Another update connection request is in progress. RAS allows only one update connection request at a time. Note: Supported in Windows 7 and later versions of Windows.
ERROR_PROTOCOL_ENGINE_DISABLED839Negotiating using configured protocol is disable. Edit connection properties and select different protocol for negotiation and try again. Note: Supported in Windows 7 and later versions of Windows.
ERROR_INTERNAL_ADDRESS_FAILURE840Internal address negotiation failed. Note: Supported in Windows 7 and later versions of Windows.
ERROR_FAILED_CP_REQUIRED841Client has to request an Internal IPv4 or IPv6 address. Note: Supported in Windows 7 and later versions of Windows.
ERROR_TS_UNACCEPTABLE842Traffic Selectors negotiation failed. Note: Supported in Windows 7 and later versions of Windows.
ERROR_MOBIKE_DISABLED843Mobility is disabled for this connection. Note: Supported in Windows 7 and later versions of Windows.
ERROR_CANNOT_INITIATE_MOBIKE_UPDATE844The VPN Connection is still connecting or re-authenticating because of Quarantine state change. Initiate mobile update only when connection state is 'Connected'. Note: Supported in Windows 7 and later versions of Windows.
ERROR_PEAP_SERVER_REJECTED_CLIENT_TLV845Server rejected client authentication, due to unexpected TLV or value mismatch for a TLV. Note: Supported in Windows 7 and later versions of Windows.
ERROR_INVALID_PREFERENCES846Either VPN destination preference is not selected by the user or it is no longer valid. Note: Supported in Windows 7 and later versions of Windows.
ERROR_EAPTLS_SCARD_CACHE_CREDENTIALS_INVALID847Cached smart card credential is invalid. Note: Supported in Windows 7 and later versions of Windows.
ERROR_SSTP_COOKIE_SET_FAILURE848VPN connection attempt failed due to internal error occurred while adding cookies to the Secure Socket Tunneling Protocol (SSTP). Please see the System Event Log for the detailed information.
ERROR_INVALID_PEAP_COOKIE_ATTRIBUTES849The PEAP inner method attribute(s) stored in the cookie is/are invalid.
ERROR_EAP_METHOD_NOT_INSTALLED850The Extensible Authentication Protocol type required for authentication of the remote access connection is not installed on your computer.
ERROR_EAP_METHOD_DOES_NOT_SUPPORT_SSO851The Extensible Authentication Protocol type configured on the remote access connection does not support single sign-on.
ERROR_EAP_METHOD_OPERATION_NOT_SUPPORTED852The Extensible Authentication Protocol type configured on the remote access connection does not support the requested operation.
ERROR_EAP_USER_CERT_INVALID853The remote access connection completed, but authentication failed because the certificate that authenticates the client to the server is not valid. Ensure that the certificate used for authentication is valid.
ERROR_EAP_USER_CERT_EXPIRED854The remote access connection completed, but authentication failed because the certificate that authenticates the client to the server is expired. Renew the certificate.
ERROR_EAP_USER_CERT_REVOKED855The remote access connection completed, but authentication failed because the certificate that authenticates the client to the server is revoked. Use a certificate that has not been revoked.
ERROR_EAP_USER_CERT_OTHER_ERROR856The remote access connection completed, but authentication failed because of an error in the certificate that authenticates the client to the server.
ERROR_EAP_SERVER_CERT_INVALID857The remote access connection completed, but authentication failed because the certificate that the client uses to authenticate the server is not valid.
ERROR_EAP_SERVER_CERT_EXPIRED858The remote access connection completed, but authentication failed because the certificate that the client uses to authenticate the server is expired.
ERROR_EAP_SERVER_CERT_REVOKED859The remote access connection completed, but authentication failed because the certificate that the client uses to authenticate the server is revoked.
ERROR_EAP_SERVER_CERT_OTHER_ERROR860The remote access connection completed, but authentication failed because of an error in the certificate that the client uses to authenticate the server.
ERROR_EAP_USER_ROOT_CERT_NOT_FOUND861The remote access connection completed, but authentication failed because a trusted root certificate that validates the user certificate was not found in the Trusted Root Certification Authorities certificate store.
ERROR_EAP_USER_ROOT_CERT_INVALID862The remote access connection completed, but authentication failed because the trusted root certificate that is used to validate the user certificate is not valid.
ERROR_EAP_USER_ROOT_CERT_EXPIRED863The remote access connection completed, but authentication failed because the certificate in the Trusted Root Certification Authorities certificate store that authenticates the user certificate is expired. Renew the certificate.
ERROR_EAP_SERVER_ROOT_CERT_NOT_FOUND864The remote access connection completed, but authentication failed because a certificate that validates the server certificate was not found in the Trusted Root Certification Authorities certificate store.
ERROR_EAP_SERVER_ROOT_CERT_INVALID865The remote access connection completed, but authentication failed because the certificate in the Trusted Root Certification Authorities certificate store that validates the server certificate is not valid.
ERROR_EAP_SERVER_ROOT_CERT_NAME_REQUIRED866The remote access connection completed, but authentication failed because the certificate on the server computer does not have a server name specified.
ERROR_PEAP_IDENTITY_MISMATCH867The PEAP outer identity is not same as the inner identity when identity privacy is turned OFF.
ERROR_DNSNAME_NOT_RESOLVABLE868The remote connection was not made because the name of the remote access server did not resolve.
ERROR_EAPTLS_PASSWD_INVALID869The password provided for the certificate is not valid.
ERROR_IKEV2_PSK_INTERFACE_ALREADY_EXISTS870The interface could not be enabled because more than one interface with the same destination has been created with the pre-shared key authentication method. Change the destination/auth method and enable the interface.
ERROR_ROUTER_STOPPED900The router is not running.
ERROR_ALREADY_CONNECTED901The interface is already connected.
ERROR_UNKNOWN_PROTOCOL_ID902The specified protocol identifier is not known to the router.
ERROR_DDM_NOT_RUNNING903The Demand-dial Interface Manager (DDM) is not running.
ERROR_INTERFACE_ALREADY_EXISTS904An interface with this name is already registered with the router.
ERROR_NO_SUCH_INTERFACE905An interface with this name is not registered with the router.
ERROR_INTERFACE_NOT_CONNECTED906The interface is not connected.
ERROR_PROTOCOL_STOP_PENDING907The specified protocol is stopping.
ERROR_INTERFACE_CONNECTED908The interface is connected and hence cannot be deleted.
ERROR_NO_INTERFACE_CREDENTIALS_SET909The interface credentials have not been set.
ERROR_ALREADY_CONNECTING910This interface is already in the process of connecting.
ERROR_UPDATE_IN_PROGRESS911An update of routing information on this interface is already in progress.
ERROR_INTERFACE_CONFIGURATION912The interface configration is not valid. There is already another interface that is connected to the same interface on the remote router.
ERROR_NOT_CLIENT_PORT913A Remote Access Client attempted to connect over a port that was reserved for routers only.
ERROR_NOT_ROUTER_PORT914A Demand Dial Router attempted to connect over a port that was reserved for Remote Access Clients only.
ERROR_CLIENT_INTERFACE_ALREADY_EXISTS915The client interface with this name already exists and is currently connected.
ERROR_INTERFACE_DISABLED916The interface is in a disabled state.
ERROR_AUTH_PROTOCOL_REJECTED917The authentication protocol was rejected by the remote peer.
ERROR_NO_AUTH_PROTOCOL_AVAILABLE918There are no authentication protocols available for use.
ERROR_PEER_REFUSED_AUTH919The connection could not be established because the authentication protocol used by the RAS/VPN server to verify your username and password could not be matched with the settings in your connection profile.
ERROR_REMOTE_NO_DIALIN_PERMISSION920The remote account does not have Remote Access permission.
ERROR_REMOTE_PASSWD_EXPIRED921The remote account has expired.
ERROR_REMOTE_ACCT_DISABLED922The remote account is disabled.
ERROR_REMOTE_RESTRICTED_LOGON_HOURS923The remote account is not permitted to logon at this time of day.
ERROR_REMOTE_AUTHENTICATION_FAILURE924Access was denied to the remote peer because the user name, password, or both is not valid on the domain.
ERROR_INTERFACE_HAS_NO_DEVICES925There are no routing enabled ports available for use by this demand dial interface.
ERROR_IDLE_DISCONNECTED926The port has been disconnected due to inactivity.
ERROR_INTERFACE_UNREACHABLE927The interface is not reachable at this time.
ERROR_SERVICE_IS_PAUSED928The Demand Dial service is in a paused state.
ERROR_INTERFACE_DISCONNECTED929The interface has been disconnected by the administrator.
ERROR_AUTH_SERVER_TIMEOUT930The authentication server did not respond to authentication requests in a timely fashion.
ERROR_PORT_LIMIT_REACHED931The maximum number of ports allowed for use in the multi-linked connection has been reached.
ERROR_PPP_SESSION_TIMEOUT932The connection time limit for the user has been reached.
ERROR_MAX_LAN_INTERFACE_LIMIT933The maximum limit on the number of LAN interfaces supported has been reached.
ERROR_MAX_WAN_INTERFACE_LIMIT934The maximum limit on the number of Demand Dial interfaces supported has been reached.
ERROR_MAX_CLIENT_INTERFACE_LIMIT935The maximum limit on the number of Remote Access Clients supported has been reached.
ERROR_BAP_DISCONNECTED936The port has been disconnected due to the Bandwidth Allocation Protocol (BAP) policy.
ERROR_USER_LIMIT937Because another connection of your type is in use, the incoming connection cannot accept your connection request.
ERROR_NO_RADIUS_SERVERS938No RADIUS servers were located on the network.
ERROR_INVALID_RADIUS_RESPONSE939The response received from the RADIUS authentication server was not valid. Make sure that the case sensitive secret password for the RADIUS server is set correctly.
ERROR_DIALIN_HOURS_RESTRICTION940You do not have permission to connect at this time.
ERROR_ALLOWED_PORT_TYPE_RESTRICTION941You do not have permission to connect using the current device type.
ERROR_AUTH_PROTOCOL_RESTRICTION942The connection could not be established because the authentication method used by your connection profile is not permitted for use by an access policy configured on the RAS/VPN server. Specifically, this could be due to configuration differences between the authentication method selected on the RAS/VPN server and the access policy configured for it.
ERROR_BAP_REQUIRED943BAP is required for this user.
ERROR_DIALOUT_HOURS_RESTRICTION944The interface is not allowed to connect at this time.
ERROR_ROUTER_CONFIG_INCOMPATIBLE945The saved router configuration is incompatible with the current router.
WARNING_NO_MD5_MIGRATION946Remote Access has detected older format user accounts that will not be migrated automatically.
ERROR_PROTOCOL_ALREADY_INSTALLED948The transport is already installed with the router.
ERROR_INVALID_SIGNATURE_LENGTH949The signature length received in a packet from RADIUS server is not valid. Note: Supported in Windows XP and later versions of Windows.
ERROR_INVALID_SIGNATURE950The signature received in a packet from RADIUS server is not valid. Note: Supported in Windows XP and later versions of Windows.
ERROR_NO_SIGNATURE951Did not receive signature along with EAPMessage from RADIUS server. Note: Supported in Windows XP and later versions of Windows.
ERROR_INVALID_PACKET_LENGTH_OR_ID952The length or Id received in a packet from RADIUS server is not valid. Note: Supported in Windows XP and later versions of Windows.
ERROR_INVALID_ATTRIBUTE_LENGTH953The length received in a packet with attribute from RADIUS server is not valid. Note: Supported in Windows XP and later versions of Windows.
ERROR_INVALID_PACKET954The packet received from RADIUS server in not valid. Note: Supported in Windows XP and later versions of Windows.
ERROR_AUTHENTICATOR_MISMATCH955Authenticator does not match in packet from RADIUS server. Note: Supported in Windows XP and later versions of Windows.
ERROR_REMOTEACCESS_NOT_CONFIGURED956Routing and Remote access server is either not configured or not running. Note: Supported in Windows 7 and later versions of Windows.
326 entries

Article text from the Win32 documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.