📄 raserror.h
字号:
#define ERROR_CMD_TOO_LONG (RASBASE+100)
/*
* The expanded command in the device.INF file is too long.%0
*/
#define ERROR_UNSUPPORTED_BPS (RASBASE+101)
/*
* The modem moved to a connection speed not supported by the COM driver.%0
*/
#define ERROR_UNEXPECTED_RESPONSE (RASBASE+102)
/*
* Device response received when none expected.%0
*/
#define ERROR_INTERACTIVE_MODE (RASBASE+103)
/*
* The connection needs information from you, but the application does not allow user interaction.%0
*/
#define ERROR_BAD_CALLBACK_NUMBER (RASBASE+104)
/*
* The callback number is invalid.%0
*/
#define ERROR_INVALID_AUTH_STATE (RASBASE+105)
/*
* The authorization state is invalid.%0
*/
#define ERROR_WRITING_INITBPS (RASBASE+106)
/*
* ERROR_WRITING_INITBPS%0
*/
#define ERROR_X25_DIAGNOSTIC (RASBASE+107)
/*
* There was an error related to the X.25 protocol.%0
*/
#define ERROR_ACCT_EXPIRED (RASBASE+108)
/*
* The account has expired.%0
*/
#define ERROR_CHANGING_PASSWORD (RASBASE+109)
/*
* There was an error changing the password on the domain. The password might have been too short or might have matched a previously used password.%0
*/
#define ERROR_OVERRUN (RASBASE+110)
/*
* Serial overrun errors were detected while communicating with the modem.%0
*/
#define ERROR_RASMAN_CANNOT_INITIALIZE (RASBASE+111)
/*
* The Remote Access Service Manager could not start. Additional information is provided in the event log.%0
*/
#define ERROR_BIPLEX_PORT_NOT_AVAILABLE (RASBASE+112)
/*
* The two-way port is initializing. Wait a few seconds and redial.%0
*/
#define ERROR_NO_ACTIVE_ISDN_LINES (RASBASE+113)
/*
* No active ISDN lines are available.%0
*/
#define ERROR_NO_ISDN_CHANNELS_AVAILABLE (RASBASE+114)
/*
* No ISDN channels are available to make the call.%0
*/
#define ERROR_TOO_MANY_LINE_ERRORS (RASBASE+115)
/*
* Too many errors occurred because of poor phone line quality.%0
*/
#define ERROR_IP_CONFIGURATION (RASBASE+116)
/*
* The Remote Access Service IP configuration is unusable.%0
*/
#define ERROR_NO_IP_ADDRESSES (RASBASE+117)
/*
* No IP addresses are available in the static pool of Remote Access Service IP addresses.%0
*/
#define ERROR_PPP_TIMEOUT (RASBASE+118)
/*
* The connection timed out waiting for a valid response from the remote computer.%0
*/
#define ERROR_PPP_REMOTE_TERMINATED (RASBASE+119)
/*
* The connection was terminated by the remote computer.%0
*/
#define ERROR_PPP_NO_PROTOCOLS_CONFIGURED (RASBASE+120)
/*
* The connection attempt failed because your computer and the remote computer could not agree on PPP control protocols.%0
*/
#define ERROR_PPP_NO_RESPONSE (RASBASE+121)
/*
* The remote computer is not responding.%0
*/
#define ERROR_PPP_INVALID_PACKET (RASBASE+122)
/*
* Invalid data was received from the remote computer. This data was ignored.%0
*/
#define ERROR_PHONE_NUMBER_TOO_LONG (RASBASE+123)
/*
* The phone number, including prefix and suffix, is too long.%0
*/
#define ERROR_IPXCP_NO_DIALOUT_CONFIGURED (RASBASE+124)
/*
* The 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).%0
*/
#define ERROR_IPXCP_NO_DIALIN_CONFIGURED (RASBASE+125)
/*
* The 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).%0
*/
#define ERROR_IPXCP_DIALOUT_ALREADY_ACTIVE (RASBASE+126)
/*
* The IPX protocol cannot be used for dialing out on more than one modem (or other connecting device) at a time.%0
*/
#define ERROR_ACCESSING_TCPCFGDLL (RASBASE+127)
/*
* Cannot access TCPCFG.DLL.%0
*/
#define ERROR_NO_IP_RAS_ADAPTER (RASBASE+128)
/*
* The system cannot find an IP adapter.%0
*/
#define ERROR_SLIP_REQUIRES_IP (RASBASE+129)
/*
* SLIP cannot be used unless the IP protocol is installed.%0
*/
#define ERROR_PROJECTION_NOT_COMPLETE (RASBASE+130)
/*
* Computer registration is not complete.%0
*/
#define ERROR_PROTOCOL_NOT_CONFIGURED (RASBASE+131)
/*
* The protocol is not configured.%0
*/
#define ERROR_PPP_NOT_CONVERGING (RASBASE+132)
/*
*Your computer and the remote computer could not agree on PPP control protocols.%0
*/
#define ERROR_PPP_CP_REJECTED (RASBASE+133)
/*
* Your computer and the remote computer could not agree on PPP control protocols.%0
*/
#define ERROR_PPP_LCP_TERMINATED (RASBASE+134)
/*
* The PPP link control protocol was terminated.%0
*/
#define ERROR_PPP_REQUIRED_ADDRESS_REJECTED (RASBASE+135)
/*
* The requested address was rejected by the server.%0
*/
#define ERROR_PPP_NCP_TERMINATED (RASBASE+136)
/*
* The remote computer terminated the control protocol.%0
*/
#define ERROR_PPP_LOOPBACK_DETECTED (RASBASE+137)
/*
* Loopback was detected.%0
*/
#define ERROR_PPP_NO_ADDRESS_ASSIGNED (RASBASE+138)
/*
* The server did not assign an address.%0
*/
#define ERROR_CANNOT_USE_LOGON_CREDENTIALS (RASBASE+139)
/*
* The authentication protocol required by the remote server cannot use the stored password. Redial, entering the password explicitly.%0
*/
#define ERROR_TAPI_CONFIGURATION (RASBASE+140)
/*
* An invalid dialing rule was detected.%0
*/
#define ERROR_NO_LOCAL_ENCRYPTION (RASBASE+141)
/*
* The local computer does not support the required data encryption type.%0
*/
#define ERROR_NO_REMOTE_ENCRYPTION (RASBASE+142)
/*
* The remote computer does not support the required data encryption type.%0
*/
#define ERROR_REMOTE_REQUIRES_ENCRYPTION (RASBASE+143)
/*
* The remote computer requires data encryption.%0
*/
#define ERROR_IPXCP_NET_NUMBER_CONFLICT (RASBASE+144)
/*
* The system cannot use the IPX network number assigned by the remote computer. Additional information is provided in the event log.%0
*/
#define ERROR_INVALID_SMM (RASBASE+145)
/*
* ERROR_INVALID_SMM%0
*/
#define ERROR_SMM_UNINITIALIZED (RASBASE+146)
/*
* ERROR_SMM_UNINITIALIZED%0
*/
#define ERROR_NO_MAC_FOR_PORT (RASBASE+147)
/*
* ERROR_NO_MAC_FOR_PORT%0
*/
#define ERROR_SMM_TIMEOUT (RASBASE+148)
/*
* ERROR_SMM_TIMEOUT%0
*/
#define ERROR_BAD_PHONE_NUMBER (RASBASE+149)
/*
* ERROR_BAD_PHONE_NUMBER%0
*/
#define ERROR_WRONG_MODULE (RASBASE+150)
/*
* ERROR_WRONG_MODULE%0
*/
#define ERROR_INVALID_CALLBACK_NUMBER (RASBASE+151)
/*
* The callback number contains an invalid character. Only the following 18 characters are allowed: 0 to 9, T, P, W, (, ), -, @, and space.%0
*/
#define ERROR_SCRIPT_SYNTAX (RASBASE+152)
/*
* A syntax error was encountered while processing a script.%0
*/
#define ERROR_HANGUP_FAILED (RASBASE+153)
/*
* The connection could not be disconnected because it was created by the multi-protocol router.%0
*/
#define ERROR_BUNDLE_NOT_FOUND (RASBASE+154)
/*
* The system could not find the multi-link bundle.%0
*/
#define ERROR_CANNOT_DO_CUSTOMDIAL (RASBASE+155)
/*
* The system cannot perform automated dial because this connection has a custom dialer specified.%0
*/
#define ERROR_DIAL_ALREADY_IN_PROGRESS (RASBASE+156)
/*
* This connection is already being dialed.%0
*/
#define ERROR_RASAUTO_CANNOT_INITIALIZE (RASBASE+157)
/*
* Remote Access Services could not be started automatically. Additional information is provided in the event log.%0
*/
#define ERROR_CONNECTION_ALREADY_SHARED (RASBASE+158)
/*
* Internet Connection Sharing is already enabled on the connection.%0
*/
#define ERROR_SHARING_CHANGE_FAILED (RASBASE+159)
/*
* An error occurred while the existing Internet Connection Sharing
* settings were being changed.%0
*/
#define ERROR_SHARING_ROUTER_INSTALL (RASBASE+160)
/*
* An error occurred while routing capabilities were being enabled.%0
*/
#define ERROR_SHARE_CONNECTION_FAILED (RASBASE+161)
/*
* An error occurred while Internet Connection Sharing was being enabled
* for the connection.%0
*/
#define ERROR_SHARING_PRIVATE_INSTALL (RASBASE+162)
/*
* An error occurred while the local network was being configured for sharing.%0
*/
#define ERROR_CANNOT_SHARE_CONNECTION (RASBASE+163)
/*
* Internet Connection Sharing cannot be enabled.
* There is more than one LAN connection other than the connection
* to be shared.%0
*/
#define ERROR_NO_SMART_CARD_READER (RASBASE+164)
/*
* No smart card reader is installed.%0
*/
#define ERROR_SHARING_ADDRESS_EXISTS (RASBASE+165)
/*
* Internet Connection Sharing cannot be enabled.
* A LAN connection is already configured with the IP address
* that is required for automatic IP addressing.%0
*/
#define ERROR_NO_CERTIFICATE (RASBASE+166)
/*
* A 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.%0
*/
#define ERROR_SHARING_MULTIPLE_ADDRESSES (RASBASE+167)
/*
* Internet 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.%0
*/
#define ERROR_FAILED_TO_ENCRYPT (RASBASE+168)
/*
* The connection attempt failed because of failure to encrypt data.%0
*/
#define ERROR_BAD_ADDRESS_SPECIFIED (RASBASE+169)
/*
* The specified destination is not reachable.%0
*/
#define ERROR_CONNECTION_REJECT (RASBASE+170)
/*
* The remote computer rejected the connection attempt.%0
*/
#define ERROR_CONGESTION (RASBASE+171)
/*
* The connection attempt failed because the network is busy.%0
*/
#define ERROR_INCOMPATIBLE (RASBASE+172)
/*
* The remote computer's network hardware is incompatible with the type of call requested.%0
*/
#define ERROR_NUMBERCHANGED (RASBASE+173)
/*
* The connection attempt failed because the destination number has changed.%0
*/
#define ERROR_TEMPFAILURE (RASBASE+174)
/*
* The connection attempt failed because of a temporary failure. Try connecting again.%0
*/
#define ERROR_BLOCKED (RASBASE+175)
/*
* The call was blocked by the remote computer.%0
*/
#define ERROR_DONOTDISTURB (RASBASE+176)
/*
* The call could not be connected because the remote computer has invoked the Do Not Disturb feature.%0
*/
#define ERROR_OUTOFORDER (RASBASE+177)
/*
* The connection attempt failed because the modem (or other connecting device) on the remote computer is out of order.%0
*/
#define ERROR_UNABLE_TO_AUTHENTICATE_SERVER (RASBASE+178)
/*
* It was not possible to verify the identity of the server.%0
*/
#define ERROR_SMART_CARD_REQUIRED (RASBASE+179)
/*
* To dial out using this connection you must use a smart card.%0
*/
#define ERROR_INVALID_FUNCTION_FOR_ENTRY (RASBASE+180)
/*
* An attempted function is not valid for this connection.%0
*/
#define ERROR_CERT_FOR_ENCRYPTION_NOT_FOUND (RASBASE+181)
/*
* The encryption attempt failed because no valid certificate was found.%0
*/
#define ERROR_SHARING_RRAS_CONFLICT (RASBASE+182)
/*
* Connection Sharing (NAT) is currently installed as a routing protocol, and must be
* removed before enabling Internet Connection Sharing.%0
*/
#define ERROR_SHARING_NO_PRIVATE_LAN (RASBASE+183)
/*
* Internet 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.%0
*/
#define ERROR_NO_DIFF_USER_AT_LOGON (RASBASE+184)
/*
* You cannot dial using this connection at logon time, because it is
* configured to use a user name different than the one on the smart
* card. If you want to use it at logon time, you must configure it to
* use the user name on the smart card.%0
*/
#define ERROR_NO_REG_CERT_AT_LOGON (RASBASE+185)
/*
* You cannot dial using this connection at logon time, because it is
* not configured to use a smart card. If you want to use it at logon
* time, you must edit the properties of this connection so that it uses
* a smart card.%0
*/
#define ERROR_OAKLEY_NO_CERT (RASBASE+186)
/*
* The L2TP connection attempt failed because there is no valid machine certificate on your computer for security authentication.%0
*/
#define ERROR_OAKLEY_AUTH_FAIL (RASBASE+187)
/*
* The L2TP connection attempt failed because the security layer could not authenticate the remote computer.%0
*/
#define ERROR_OAKLEY_ATTRIB_FAIL (RASBASE+188)
/*
* The L2TP connection attempt failed because the security layer could not negotiate compatible parameters with the remote computer.%0
*/
#define ERROR_OAKLEY_GENERAL_PROCESSING (RASBASE+189)
/*
* The L2TP connection attempt failed because the security layer encountered a processing error during initial negotiations with the remote computer.%0
*/
#define ERROR_OAKLEY_NO_PEER_CERT (RASBASE+190)
/*
* The L2TP connection attempt failed because certificate validation on the remote computer failed.%0
*/
#define ERROR_OAKLEY_NO_POLICY (RASBASE+191)
/*
* The L2TP connection attempt failed because security policy for the connection was not found.%0
*/
#define ERROR_OAKLEY_TIMED_OUT (RASBASE+192)
/*
* The L2TP connection attempt failed because security negotiation timed out.%0
*/
#define ERROR_OAKLEY_ERROR (RASBASE+193)
/*
* The L2TP connection attempt failed because an error occurred while negotiating security.%0
*/
#define ERROR_UNKNOWN_FRAMED_PROTOCOL (RASBASE+194)
/*
* The Framed Protocol RADIUS attribute for this user is not PPP.%0
*/
#define ERROR_WRONG_TUNNEL_TYPE (RASBASE+195)
/*
* The Tunnel Type RADIUS attribute for this user is not correct.%0
*/
#define ERROR_UNKNOWN_SERVICE_TYPE (RASBASE+196)
/*
* The Service Type RADIUS attribute for this user is neither Framed nor Callback Framed.%0
*/
#define ERROR_CONNECTING_DEVICE_NOT_FOUND (RASBASE+197)
/*
* The connection failed because the modem (or other connecting device) was not found. Please make sure that the modem or other connecting device is installed.%0
*/
#define ERROR_NO_EAPTLS_CERTIFICATE (RASBASE+198)
/*
* A certificate could not be found that can be used with this Extensible Authentication Protocol.%0
*/
#define RASBASEEND (RASBASE+198)
#pragma option pop /*P_O_Pop*/
#endif // _RASERROR_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -