System Error Codes 9000-11999
The following table provides a list of system error codes (errors 9000 to 11999). These values are defined in the WinError.h header file. They are returned by the GetLastError function when many functions fail. To retrieve the description text for the error in your application, use the FormatMessage function with the FORMAT_MESSAGE_FROM_SYSTEM flag.【下表列出了系统错误代码(错误9000到11999)。这些值在WinError.h头文件中定义。当许多函数失败时,GetLastError函数返回它们。要检索应用程序中错误的描述文本,请使用FormatMessage函数和FORMAT_MESSAGE_FROM_SYSTEM 标志。】
If you are experiencing difficulty with an application you are installing or running, contact customer support for the software that is displaying the error message. To obtain support for a Microsoft product, go to http://support.microsoft.com.【如果正在安装或运行的应用程序遇到困难,请与客户支持联系以获取显示错误消息的软件。要获得对Microsoft产品的支持,请转到http://support.microsoft.com。】
| DNS_ERROR_RCODE_FORMAT_ERROR | 9001 | DNS server unable to interpret format.【DNS服务器无法解释格式。】 |
| DNS_ERROR_RCODE_SERVER_FAILURE | 9002 | DNS server failure.【DNS服务器故障。】 |
| DNS_ERROR_RCODE_NAME_ERROR | 9003 | DNS name does not exist.【DNS名称不存在。】 |
| DNS_ERROR_RCODE_NOT_IMPLEMENTED | 9004 | DNS request not supported by name server.【名称服务器不支持DNS请求。】 |
| DNS_ERROR_RCODE_REFUSED | 9005 | DNS operation refused.【DNS操作被拒绝。】 |
| DNS_ERROR_RCODE_YXDOMAIN | 9006 | DNS name that ought not exist, does exist.【不应该存在的DNS名称不存在。】 |
| DNS_ERROR_RCODE_YXRRSET | 9007 | DNS RR set that ought not exist, does exist.【不应存在的DNS RR集不存在。】 |
| DNS_ERROR_RCODE_NXRRSET | 9008 | DNS RR set that ought to exist, does not exist.【应该存在的DNS RR集不存在。】 |
| DNS_ERROR_RCODE_NOTAUTH | 9009 | DNS server not authoritative for zone.【DNS服务器不是区域的权威服务器。】 |
| DNS_ERROR_RCODE_NOTZONE | 9010 | DNS name in update or prereq is not in zone.【更新或prereq中的DNS名称不在区域中。】 |
| DNS_ERROR_RCODE_BADSIG | 9016 | DNS signature failed to verify.【DNS签名验证失败。】 |
| DNS_ERROR_RCODE_BADKEY | 9017 | DNS bad key.【DNS坏密钥。】 |
| DNS_ERROR_RCODE_BADTIME | 9018 | DNS signature validity expired.【DNS签名有效期已过期。】 |
| DNS_INFO_NO_RECORDS | 9501 | No records found for given DNS query.【找不到给定DNS查询的记录。】 |
| DNS_ERROR_BAD_PACKET | 9502 | Bad DNS packet.【错误的DNS数据包。】 |
| DNS_ERROR_NO_PACKET | 9503 | No DNS packet.【没有DNS数据包。】 |
| DNS_ERROR_RCODE | 9504 | DNS error, check rcode.【DNS错误,请检查rcode。】 |
| DNS_ERROR_UNSECURE_PACKET | 9505 | Unsecured DNS packet.【不安全的DNS数据包。】 |
| DNS_ERROR_INVALID_TYPE | 9551 | Invalid DNS type.【无效的DNS类型。】 |
| DNS_ERROR_INVALID_IP_ADDRESS | 9552 | Invalid IP address.【无效的IP地址。】 |
| DNS_ERROR_INVALID_PROPERTY | 9553 | Invalid property.【无效属性。】 |
| DNS_ERROR_TRY_AGAIN_LATER | 9554 | Try DNS operation again later.【请稍后重试DNS操作。】 |
| DNS_ERROR_NOT_UNIQUE | 9555 | Record for given name and type is not unique.【给定名称和类型的记录不唯一。】 |
| DNS_ERROR_NON_RFC_NAME | 9556 | DNS name does not comply with RFC specifications.【DNS名称不符合RFC规范。】 |
| DNS_STATUS_FQDN | 9557 | DNS name is a fully-qualified DNS name.【DNS名称是完全限定的DNS名称。】 |
| DNS_STATUS_DOTTED_NAME | 9558 | DNS name is dotted (multi-label).【DNS名称是点式的(多标签)。】 |
| DNS_STATUS_SINGLE_PART_NAME | 9559 | DNS name is a single-part name.【DNS名称是单个部分名称。】 |
| DNS_ERROR_INVALID_NAME_CHAR | 9560 | DNS name contains an invalid character.【DNS名称包含无效字符。】 |
| DNS_ERROR_NUMERIC_NAME | 9561 | DNS name is entirely numeric.【DNS名称完全是数字。】 |
| DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER | 9562 | The operation requested is not permitted on a DNS root server.【DNS根服务器上不允许请求的操作。】 |
| DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION | 9563 | The record could not be created because this part of the DNS namespace has been delegated to another server.【无法创建记录,因为这部分DNS命名空间已委派给另一台服务器。】 |
| DNS_ERROR_CANNOT_FIND_ROOT_HINTS | 9564 | The DNS server could not find a set of root hints.【DNS服务器找不到一组根提示。】 |
| DNS_ERROR_INCONSISTENT_ROOT_HINTS | 9565 | The DNS server found root hints but they were not consistent across all adapters.【DNS服务器找到根提示,但它们在所有适配器中都不一致。】 |
| DNS_ERROR_DWORD_VALUE_TOO_SMALL | 9566 | The specified value is too small for this parameter.【指定的值对此参数太小。】 |
| DNS_ERROR_DWORD_VALUE_TOO_LARGE | 9567 | The specified value is too large for this parameter.【指定的值对此参数太大。】 |
| DNS_ERROR_BACKGROUND_LOADING | 9568 | This operation is not allowed while the DNS server is loading zones in the background. Please try again later.【DNS服务器在后台加载区域时不允许此操作。请稍后再试。】 |
| DNS_ERROR_NOT_ALLOWED_ON_RODC | 9569 | The operation requested is not permitted on against a DNS server running on a read-only DC.【不允许对在只读DC上运行的DNS服务器执行请求的操作。】 |
| DNS_ERROR_NOT_ALLOWED_UNDER_DNAME | 9570 | No data is allowed to exist underneath a DNAME record.【DNAME记录下不允许存在任何数据。】 |
| DNS_ERROR_DELEGATION_REQUIRED | 9571 | This operation requires credentials delegation.【此操作需要凭据委派。】 |
| DNS_ERROR_ZONE_DOES_NOT_EXIST | 9601 | DNS zone does not exist.【DNS区域不存在。】 |
| DNS_ERROR_NO_ZONE_INFO | 9602 | DNS zone information not available.【DNS区域信息不可用。】 |
| DNS_ERROR_INVALID_ZONE_OPERATION | 9603 | Invalid operation for DNS zone.【DNS区域的操作无效。】 |
| DNS_ERROR_ZONE_CONFIGURATION_ERROR | 9604 | Invalid DNS zone configuration.【DNS区域配置无效。】 |
| DNS_ERROR_ZONE_HAS_NO_SOA_RECORD | 9605 | DNS zone has no start of authority (SOA) record.【DNS区域没有起始授权(SOA)记录。】 |
| DNS_ERROR_ZONE_HAS_NO_NS_RECORDS | 9606 | DNS zone has no Name Server (NS) record.【DNS区域没有名称服务器(NS)记录。】 |
| DNS_ERROR_ZONE_LOCKED | 9607 | DNS zone is locked.【DNS区域已锁定。】 |
| DNS_ERROR_ZONE_CREATION_FAILED | 9608 | DNS zone creation failed.【DNS区域创建失败。】 |
| DNS_ERROR_ZONE_ALREADY_EXISTS | 9609 | DNS zone already exists.【DNS区域已存在。】 |
| DNS_ERROR_AUTOZONE_ALREADY_EXISTS | 9610 | DNS automatic zone already exists.【DNS自动区域已存在。】 |
| DNS_ERROR_INVALID_ZONE_TYPE | 9611 | Invalid DNS zone type.【无效的DNS区域类型。】 |
| DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP | 9612 | Secondary DNS zone requires master IP address.【辅助DNS区域需要主IP地址。】 |
| DNS_ERROR_ZONE_NOT_SECONDARY | 9613 | DNS zone not secondary.【DNS区域不是辅助区域。】 |
| DNS_ERROR_NEED_SECONDARY_ADDRESSES | 9614 | Need secondary IP address.【需要辅助IP地址。】 |
| DNS_ERROR_WINS_INIT_FAILED | 9615 | WINS initialization failed.【WINS初始化失败。】 |
| DNS_ERROR_NEED_WINS_SERVERS | 9616 | Need WINS servers.【需要WINS服务器。】 |
| DNS_ERROR_NBSTAT_INIT_FAILED | 9617 | NBTSTAT initialization call failed.【NBTSTAT初始化调用失败。】 |
| DNS_ERROR_SOA_DELETE_INVALID | 9618 | Invalid delete of start of authority (SOA)【删除授权起始(SOA)无效】 |
| DNS_ERROR_FORWARDER_ALREADY_EXISTS | 9619 | A conditional forwarding zone already exists for that name.【该名称已存在条件转发区域。】 |
| DNS_ERROR_ZONE_REQUIRES_MASTER_IP | 9620 | This zone must be configured with one or more master DNS server IP addresses.【此区域必须配置一个或多个主DNS服务器IP地址。】 |
| DNS_ERROR_ZONE_IS_SHUTDOWN | 9621 | The operation cannot be performed because this zone is shutdown.【无法执行该操作,因为此区域已关闭。】 |
| DNS_ERROR_PRIMARY_REQUIRES_DATAFILE | 9651 | Primary DNS zone requires datafile.【主DNS区域需要数据文件。】 |
| DNS_ERROR_INVALID_DATAFILE_NAME | 9652 | Invalid datafile name for DNS zone.【DNS区域的数据文件名无效。】 |
| DNS_ERROR_DATAFILE_OPEN_FAILURE | 9653 | Failed to open datafile for DNS zone.【无法打开DNS区域的数据文件。】 |
| DNS_ERROR_FILE_WRITEBACK_FAILED | 9654 | Failed to write datafile for DNS zone.【无法为DNS区域写入数据文件。】 |
| DNS_ERROR_DATAFILE_PARSING | 9655 | Failure while reading datafile for DNS zone.【读取DNS区域的数据文件时失败。】 |
| DNS_ERROR_RECORD_DOES_NOT_EXIST | 9701 | DNS record does not exist.【DNS记录不存在。】 |
| DNS_ERROR_RECORD_FORMAT | 9702 | DNS record format error.【DNS记录格式错误。】 |
| DNS_ERROR_NODE_CREATION_FAILED | 9703 | Node creation failure in DNS.【DNS中的节点创建失败。】 |
| DNS_ERROR_UNKNOWN_RECORD_TYPE | 9704 | Unknown DNS record type.【未知的DNS记录类型。】 |
| DNS_ERROR_RECORD_TIMED_OUT | 9705 | DNS record timed out.【DNS记录超时。】 |
| DNS_ERROR_NAME_NOT_IN_ZONE | 9706 | Name not in DNS zone.【名称不在DNS区域中。】 |
| DNS_ERROR_CNAME_LOOP | 9707 | CNAME loop detected.【检测到CNAME循环。】 |
| DNS_ERROR_NODE_IS_CNAME | 9708 | Node is a CNAME DNS record.【节点是CNAME DNS记录。】 |
| DNS_ERROR_CNAME_COLLISION | 9709 | A CNAME record already exists for given name.【给定名称的CNAME记录已存在。】 |
| DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT | 9710 | Record only at DNS zone root.【仅在DNS区域根目录下记录。】 |
| DNS_ERROR_RECORD_ALREADY_EXISTS | 9711 | DNS record already exists.【DNS记录已存在。】 |
| DNS_ERROR_SECONDARY_DATA | 9712 | Secondary DNS zone data error.【辅助DNS区域数据错误。】 |
| DNS_ERROR_NO_CREATE_CACHE_DATA | 9713 | Could not create DNS cache data.【无法创建DNS缓存数据。】 |
| DNS_ERROR_NAME_DOES_NOT_EXIST | 9714 | DNS name does not exist.【DNS名称不存在。】 |
| DNS_WARNING_PTR_CREATE_FAILED | 9715 | Could not create pointer (PTR) record.【无法创建指针(PTR)记录。】 |
| DNS_WARNING_DOMAIN_UNDELETED | 9716 | DNS domain was undeleted.【DNS域已取消删除。】 |
| DNS_ERROR_DS_UNAVAILABLE | 9717 | The directory service is unavailable.【目录服务不可用。】 |
| DNS_ERROR_DS_ZONE_ALREADY_EXISTS | 9718 | DNS zone already exists in the directory service.【目录服务中已存在DNS区域。】 |
| DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE | 9719 | DNS server not creating or reading the boot file for the directory service integrated DNS zone.【DNS服务器未创建或读取目录服务集成DNS区域的启动文件。】 |
| DNS_ERROR_NODE_IS_DNAME | 9720 | Node is a DNAME DNS record.【节点是DNAME DNS记录。】 |
| DNS_ERROR_DNAME_COLLISION | 9721 | A DNAME record already exists for given name.【给定名称的DNAME记录已存在。】 |
| DNS_ERROR_ALIAS_LOOP | 9722 | An alias loop has been detected with either CNAME or DNAME records.【检测到具有CNAME或DNAME记录的别名循环。】 |
| DNS_INFO_AXFR_COMPLETE | 9751 | DNS AXFR (zone transfer) complete.【DNS AXFR(区域传输)完成。】 |
| DNS_ERROR_AXFR | 9752 | DNS zone transfer failed.【DNS区域传输失败。】 |
| DNS_INFO_ADDED_LOCAL_WINS | 9753 | Added local WINS server.【已添加本地WINS服务器。】 |
| DNS_STATUS_CONTINUE_NEEDED | 9801 | Secure update call needs to continue update request.【安全更新呼叫需要继续更新请求。】 |
| DNS_ERROR_NO_TCPIP | 9851 | TCP/IP network protocol not installed.【未安装TCP/IP网络协议。】 |
| DNS_ERROR_NO_DNS_SERVERS | 9852 | No DNS servers configured for local system.【没有为本地系统配置DNS服务器。】 |
| DNS_ERROR_DP_DOES_NOT_EXIST | 9901 | The specified directory partition does not exist.【指定的目录分区不存在。】 |
| DNS_ERROR_DP_ALREADY_EXISTS | 9902 | The specified directory partition already exists.【指定的目录分区已存在。】 |
| DNS_ERROR_DP_NOT_ENLISTED | 9903 | This DNS server is not enlisted in the specified directory partition.【此DNS服务器未登记在指定的目录分区中。】 |
| DNS_ERROR_DP_ALREADY_ENLISTED | 9904 | This DNS server is already enlisted in the specified directory partition.【此DNS服务器已登记在指定的目录分区中。】 |
| DNS_ERROR_DP_NOT_AVAILABLE | 9905 | The directory partition is not available at this time. Please wait a few minutes and try again.【目录分区此时不可用。请稍等几分钟,然后再试一次。】 |
| DNS_ERROR_DP_FSMO_ERROR | 9906 | The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003.【应用程序目录分区操作失败。拥有域命名主机角色的域控制器已关闭或无法为请求提供服务,或者没有运行Windows Server 2003。】 |
| WSAEINTR | 10004 | A blocking operation was interrupted by a call to WSACancelBlockingCall.【对WSACancelBlockingCall的调用中断了阻止操作。】 |
| WSAEBADF | 10009 | The file handle supplied is not valid.【提供的文件句柄无效。】 |
| WSAEACCES | 10013 | An attempt was made to access a socket in a way forbidden by its access permissions.【试图以其访问权限所禁止的方式访问套接字。】 |
| WSAEFAULT | 10014 | The system detected an invalid pointer address in attempting to use a pointer argument in a call.【系统在调用中尝试使用指针参数时检测到无效的指针地址。】 |
| WSAEINVAL | 10022 | An invalid argument was supplied.【提供的参数无效。】 |
| WSAEMFILE | 10024 | Too many open sockets.【打开的插座太多。】 |
| WSAEWOULDBLOCK | 10035 | A non-blocking socket operation could not be completed immediately.【无法立即完成非阻塞套接字操作。】 |
| WSAEINPROGRESS | 10036 | A blocking operation is currently executing.【当前正在执行阻止操作。】 |
| WSAEALREADY | 10037 | An operation was attempted on a non-blocking socket that already had an operation in progress.【尝试对已在进行操作的非阻塞套接字执行操作。】 |
| WSAENOTSOCK | 10038 | An operation was attempted on something that is not a socket.【尝试对非套接字的对象执行操作。】 |
| WSAEDESTADDRREQ | 10039 | A required address was omitted from an operation on a socket.【套接字上的操作中省略了所需的地址。】 |
| WSAEMSGSIZE | 10040 | A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.【在数据报套接字上发送的消息大于内部消息缓冲区或其他网络限制,或者用于接收数据报的缓冲区小于数据报本身。】 |
| WSAEPROTOTYPE | 10041 | A protocol was specified in the socket function call that does not support the semantics of the socket type requested.【套接字函数调用中指定的协议不支持请求的套接字类型的语义。】 |
| WSAENOPROTOOPT | 10042 | An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.【在getsockopt或setsockopt调用中指定了未知、无效或不受支持的选项或级别。】 |
| WSAEPROTONOSUPPORT | 10043 | The requested protocol has not been configured into the system, or no implementation for it exists.【请求的协议尚未配置到系统中,或者不存在该协议的实现。】 |
| WSAESOCKTNOSUPPORT | 10044 | The support for the specified socket type does not exist in this address family.【此地址族中不存在对指定套接字类型的支持。】 |
| WSAEOPNOTSUPP | 10045 | The attempted operation is not supported for the type of object referenced.【引用的对象类型不支持尝试的操作。】 |
| WSAEPFNOSUPPORT | 10046 | The protocol family has not been configured into the system or no implementation for it exists.【协议系列尚未配置到系统中,或者不存在它的实现。】 |
| WSAEAFNOSUPPORT | 10047 | An address incompatible with the requested protocol was used.【使用了与请求的协议不兼容的地址。】 |
| WSAEADDRINUSE | 10048 | Only one usage of each socket address (protocol/network address/port) is normally permitted.【每个套接字地址(协议/网络地址/端口)通常只允许使用一次。】 |
| WSAEADDRNOTAVAIL | 10049 | The requested address is not valid in its context.【请求的地址在其上下文中无效。】 |
| WSAENETDOWN | 10050 | A socket operation encountered a dead network.【套接字操作遇到死网络。】 |
| WSAENETUNREACH | 10051 | A socket operation was attempted to an unreachable network.【尝试对无法访问的网络执行套接字操作。】 |
| WSAENETRESET | 10052 | The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.【由于“保持活动”活动在操作进行时检测到故障,连接已断开。】 |
| WSAECONNABORTED | 10053 | An established connection was aborted by the software in your host machine.【已建立的连接已被主机中的软件中止。】 |
| WSAECONNRESET | 10054 | An existing connection was forcibly closed by the remote host.【远程主机已强制关闭现有连接。】 |
| WSAENOBUFS | 10055 | An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.【无法对套接字执行操作,因为系统缺少足够的缓冲区空间或队列已满。】 |
| WSAEISCONN | 10056 | A connect request was made on an already connected socket.【在已连接的套接字上发出了连接请求。】 |
| WSAENOTCONN | 10057 | A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.【不允许发送或接收数据的请求,因为套接字未连接并且(使用sendto调用在数据报套接字上发送时)未提供地址。】 |
| WSAESHUTDOWN | 10058 | A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.【不允许发送或接收数据的请求,因为套接字已在该方向上通过以前的关闭调用关闭。】 |
| WSAETOOMANYREFS | 10059 | Too many references to some kernel object.【对某个内核对象的引用太多。】 |
| WSAETIMEDOUT | 10060 | A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.【连接尝试失败,因为连接方在一段时间后没有正确响应,或者建立的连接失败,因为连接的主机没有响应。】 |
| WSAECONNREFUSED | 10061 | No connection could be made because the target machine actively refused it.【无法建立连接,因为目标计算机主动拒绝了它。】 |
| WSAELOOP | 10062 | Cannot translate name.【无法转换名称。】 |
| WSAENAMETOOLONG | 10063 | Name component or name was too long.【名称组件或名称太长。】 |
| WSAEHOSTDOWN | 10064 | A socket operation failed because the destination host was down.【套接字操作失败,因为目标主机已关闭。】 |
| WSAEHOSTUNREACH | 10065 | A socket operation was attempted to an unreachable host.【尝试对无法访问的主机执行套接字操作。】 |
| WSAENOTEMPTY | 10066 | Cannot remove a directory that is not empty.【无法删除非空目录。】 |
| WSAEPROCLIM | 10067 | A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.【Windows套接字实现可能对同时使用它的应用程序的数量有限制。】 |
| WSAEUSERS | 10068 | Ran out of quota.【配额用完了。】 |
| WSAEDQUOT | 10069 | Ran out of disk quota.【磁盘配额不足。】 |
| WSAESTALE | 10070 | File handle reference is no longer available.【文件句柄引用不再可用。】 |
| WSAEREMOTE | 10071 | Item is not available locally.【项目在本地不可用。】 |
| WSASYSNOTREADY | 10091 | WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.【WSAStartup此时无法运行,因为它用于提供网络服务的底层系统当前不可用。】 |
| WSAVERNOTSUPPORTED | 10092 | The Windows Sockets version requested is not supported.【不支持请求的Windows套接字版本。】 |
| WSANOTINITIALISED | 10093 | Either the application has not called WSAStartup, or WSAStartup failed.【应用程序没有调用WSAStartup,或者WSAStartup失败。】 |
| WSAEDISCON | 10101 | Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.【由WSARecv或WSARecvFrom返回,表示远程方已启动正常的关闭序列。】 |
| WSAENOMORE | 10102 | No more results can be returned by WSALookupServiceNext.【WSALookupServiceNext无法返回更多结果。】 |
| WSAECANCELLED | 10103 | A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.【调用WSALookupServiceEnd时仍在处理此调用。呼叫已取消。】 |
| WSAEINVALIDPROCTABLE | 10104 | The procedure call table is invalid.【过程调用表无效。】 |
| WSAEINVALIDPROVIDER | 10105 | The requested service provider is invalid.【请求的服务提供程序无效。】 |
| WSAEPROVIDERFAILEDINIT | 10106 | The requested service provider could not be loaded or initialized.【无法加载或初始化请求的服务提供程序。】 |
| WSASYSCALLFAILURE | 10107 | A system call that should never fail has failed.【一个永远不会失败的系统调用失败了。】 |
| WSASERVICE_NOT_FOUND | 10108 | No such service is known. The service cannot be found in the specified name space.【目前还不知道这种服务。在指定的名称空间中找不到服务。】 |
| WSATYPE_NOT_FOUND | 10109 | The specified class was not found.【找不到指定的类。】 |
| WSA_E_NO_MORE | 10110 | No more results can be returned by WSALookupServiceNext.【WSALookupServiceNext无法返回更多结果。】 |
| WSA_E_CANCELLED | 10111 | A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.【调用WSALookupServiceEnd时仍在处理此调用。呼叫已取消。】 |
| WSAEREFUSED | 10112 | A database query failed because it was actively refused.【数据库查询失败,因为它被主动拒绝。】 |
| WSAHOST_NOT_FOUND | 11001 | No such host is known.【没有这样的主机是已知的。】 |
| WSATRY_AGAIN | 11002 | This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.【这通常是主机名解析期间的临时错误,意味着本地服务器没有收到来自权威服务器的响应。】 |
| WSANO_RECOVERY | 11003 | A non-recoverable error occurred during a database lookup.【数据库查找期间发生不可恢复的错误。】 |
| WSANO_DATA | 11004 | The requested name is valid, but no data of the requested type was found.【请求的名称有效,但找不到请求类型的数据。】 |
| WSA_QOS_RECEIVERS | 11005 | At least one reserve has arrived.【至少有一个预备队到了。】 |
| WSA_QOS_SENDERS | 11006 | At least one path has arrived.【至少有一条路径已到达。】 |
| WSA_QOS_NO_SENDERS | 11007 | There are no senders.【没有发件人。】 |
| WSA_QOS_NO_RECEIVERS | 11008 | There are no receivers.【没有接收器。】 |
| WSA_QOS_REQUEST_CONFIRMED | 11009 | Reserve has been confirmed.【储量已确认。】 |
| WSA_QOS_ADMISSION_FAILURE | 11010 | Error due to lack of resources.【资源不足导致错误。】 |
| WSA_QOS_POLICY_FAILURE | 11011 | Rejected for administrative reasons - bad credentials.【由于管理原因被拒绝-凭据不正确。】 |
| WSA_QOS_BAD_STYLE | 11012 | Unknown or conflicting style.【未知或冲突的风格。】 |
| WSA_QOS_BAD_OBJECT | 11013 | Problem with some part of the filterspec or providerspecific buffer in general.【filterspec或providerspecific缓冲区的某些部分通常有问题。】 |
| WSA_QOS_TRAFFIC_CTRL_ERROR | 11014 | Problem with some part of the flowspec.【flowspec的某些部分有问题。】 |
| WSA_QOS_GENERIC_ERROR | 11015 | General QOS error.【一般QOS错误。】 |
| WSA_QOS_ESERVICETYPE | 11016 | An invalid or unrecognized service type was found in the flowspec.【在flowspec中发现无效或无法识别的服务类型。】 |
| WSA_QOS_EFLOWSPEC | 11017 | An invalid or inconsistent flowspec was found in the QOS structure.【在QOS结构中发现无效或不一致的flowspec。】 |
| WSA_QOS_EPROVSPECBUF | 11018 | Invalid QOS provider-specific buffer.【无效的QOS提供程序特定缓冲区。】 |
| WSA_QOS_EFILTERSTYLE | 11019 | An invalid QOS filter style was used.【使用了无效的QOS筛选器样式。】 |
| WSA_QOS_EFILTERTYPE | 11020 | An invalid QOS filter type was used.【使用了无效的QOS筛选器类型。】 |
| WSA_QOS_EFILTERCOUNT | 11021 | An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.【在FLOWDESCRIPTOR中指定的QOS筛选器规范数不正确。】 |
| WSA_QOS_EOBJLENGTH | 11022 | An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.【在QOS提供程序特定缓冲区中指定了具有无效ObjectLength字段的对象。】 |
| WSA_QOS_EFLOWCOUNT | 11023 | An incorrect number of flow descriptors was specified in the QOS structure.【在QOS结构中指定的流描述符数量不正确。】 |
| WSA_QOS_EUNKOWNPSOBJ | 11024 | An unrecognized object was found in the QOS provider-specific buffer.【在QOS提供程序特定缓冲区中发现无法识别的对象。】 |
| WSA_QOS_EPOLICYOBJ | 11025 | An invalid policy object was found in the QOS provider-specific buffer.【在QOS提供程序特定缓冲区中发现无效的策略对象。】 |
| WSA_QOS_EFLOWDESC | 11026 | An invalid QOS flow descriptor was found in the flow descriptor list.【在流描述符列表中发现无效的QOS流描述符。】 |
| WSA_QOS_EPSFLOWSPEC | 11027 | An invalid or inconsistent flowspec was found in the QOS provider specific buffer.【在QOS提供程序特定缓冲区中发现无效或不一致的flowspec。】 |
| WSA_QOS_EPSFILTERSPEC | 11028 | An invalid FILTERSPEC was found in the QOS provider-specific buffer.【在QOS提供程序特定的缓冲区中发现无效的FILTERSPEC。】 |
| WSA_QOS_ESDMODEOBJ | 11029 | An invalid shape discard mode object was found in the QOS provider specific buffer.【在QOS提供程序特定的缓冲区中发现无效的形状丢弃模式对象。】 |
| WSA_QOS_ESHAPERATEOBJ | 11030 | An invalid shaping rate object was found in the QOS provider-specific buffer.【在QOS提供程序特定的缓冲区中发现无效的成形速率对象。】 |
| WSA_QOS_RESERVED_PETYPE | 11031 | A reserved policy element was found in the QOS provider-specific buffer.【在QOS提供程序特定的缓冲区中找到保留的策略元素。】 |
本文详细介绍了Windows系统中9000到11999范围内的错误代码,涵盖DNS解析错误、服务器故障、记录缺失等,同时提供了获取错误描述的方法。遇到安装或运行应用问题,可查阅本文以解决常见技术问题。
9429

被折叠的 条评论
为什么被折叠?



