Error Code Error Message
10004 The operation is canceled.
10013 The requested address is a broadcast address, but flag is not set.
10014 Invalid argument.
10022 Socket not bound, invalid address or listen is not invoked prior to accept.
10024 No more file descriptors are available, accept queue is empty.
10035 Socket is non-blocking and the specified operation will block.
10036 A blocking Winsock operation is in progress.
10037 The operation is completed. No blocking operation is in progress.
10038 The descriptor is not a socket.
10039 Destination address is required.
10040 The datagram is too large to fit into the buffer and is truncated.
10041 The specified port is the wrong type for this socket.
10042 Option unknown, or unsupported.
10043 The specified port is not supported.
10044 Socket type not supported in this address family.
10045 Socket is not a type that supports connection oriented service.
10047 Address Family is not supported.
10048 Address in use.
10049 Address is not available from the local machine.
10050 Network subsystem failed.
10051 The network cannot be reached from this host at this time.
10052 Connection has timed out when SO_KEEPALIVE is set.
10053 Connection is aborted due to timeout or other failure.
10054 The connection is reset by remote side.
10055 No buffer space is available.
10056 Socket is already connected.
10057 Socket is not connected.
10058 Socket has been shut down.
10060 The attempt to connect timed out.
10061 Connection is forcefully rejected.
10201 Socket already created for this object.
10202 Socket has not been created for this object.
11001 Authoritative answer: Host not found.
11002 Non-Authoritative answer: Host not found.
11003 Non-recoverable errors.
11004 Valid name, no data record of requested type.
Stock Error
转载
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
android stock Android stock browser
虽然Android设备的性能越来越高,原生浏览器对html5和css3的支持度越来越高。但在实际开发过程当中,会发现移动版本的浏览器存在很多诡异和头痛的问题。对这些问题,有的可以采取一定方式避免,有得则是不可避免的。因此有必要将这些问题记录下来,在以后的开发中,避免陷入跟浏览器较劲的局面。1.局部滚动 当元素被设置为overflow:auto|scroll时,Androi
android stock Android Web App 移动开发 Android Stock Browse -
Python stock模块
Python装饰器(英文decorator) 有了装饰器,我们就可以抽离出大量与函数功能本身无关的雷同代码并继续重用。 Python装饰器的两大原则: (1)在不修改被修饰函数源代码的同时为其增加功能 (2)不能修改被装饰的函数的调用方式 Python装饰器使用详解 装饰器的使用其实也并非很复杂,只要你理解了它的基本原理以后
Python stock模块 Python装饰器 Python装饰器详解 Python装饰器说明 Python装饰器使用