100 - Continue  101 - Switching Protocols

Success Codes
  200 - OK
  201 - Created
  202 - Accepted
  203 - Non-Authoritative Information (for DNS)
  204 - No Content
  205 - Reset Content
  206 - Partial Content

Redirection Codes
  300 - Multiple Choices
  301 - Moved Permanently
  302 - Moved Temporarily
  303 - See Other
  304 - Not Modified
  305 - Use Proxy
  307 - Redirect Keep Verb

Failure Codes
  400 - Bad Request
  401 - Unauthorized
  402 - Payment Required
  403 - Forbidden
  404 - Not Found
  405 - Bad Request
  406 - Not Acceptable
  407 - Proxy Authentication Required
  408 - Request Timed-Out
  409 - Conflict
  410 - Gone
  411 - Length Required
  412 - Precondition Failed
  413 - Request Entity Too Large
  414 - Request, URI Too Large
  415 - Unsupported Media Type

Server Error Codes
  500 - Internal Server Error
  501 - Not Implemented
  502 - Bad Gateway
  503 - Server Unavailable
  504 - Gateway Timed-Out
  505 - HTTP Version not supported

Internet API Error Codes
  12001 - Out of Handles
  12002 - Timeout
  12003 - Extended Error
  12004 - Internal Error
  12005 - Invalid URL
  12006 - Unrecognized Scheme
  12007 - Name Not Resolved
  12008 - Protocol Not Found
  12009 - Invalid Option
  12010 - Bad Option Length
  12011 - Option not Settable
  12012 - Shutdown
  12013 - Incorrect User Name
  12014 - Incorrect Password
  12015 - Login Failure
  12016 - Invalid Option
  12017 - Operation Cancelled
  12018 - Incorrect Handle Type
  12019 - Inccorect Handle State
  12020 - Not Proxy Request
  12021 - Registry Value Not Found
  12022 - Bad Registry Parameter
  12023 - No Direct Access
  12024 - No Content
  12025 - No Callback
  12026 - Request Pending
  12027 - Incorrect Format
  12028 - Item Not Found
  12029 - Cannot Connect
  12030 - Connection Aborted
  12031 - Connection Reset
  12032 - Force Retry
  12033 - Invalid Proxy Request
  12034 - Need UI
  12035 - Not Defined in WinInet
  12036 - Handle Exists
  12037 - See Cert Date Invalid
  12038 - See Cert CN Invalid
  12039 - HTTP to HTTPS on Redir
  12040 - HTTPs to HTTP on Redir
  12041 - Mixed Security
  12042 - Chg Post is Non Secure
  12043 - Post is Non Secure
  12044 - Client Auth Cert Needed
  12045 - Invalid CA (Cert)
  12046 - Client Auth Not Setup
  12047 - Async Thread Failed
  12048 - Redirect Scheme Changed
  12049 - Dialog Pending
  12050 - Retry Dialog
  12052 - Https Http Submit Redir
  12053 - Insert Cdrom
  12171 - Failed DueToSecurityCheck

FTP API Error Codes
  12110 - Transfer in Progress
  12111 - FTP Dropped
  Gopher API Error Codes
  12130 - Protocol Error
  12131 - Not File
  12132 - Data Error
  12133 - End of Data
  12134 - Invalid Locator
  12135 - Invalid Locator Type
  12136 - Not Gopher Plus
  12137 - Attribute Not Found
  12138 - Unknown Locator
  HTTP API Error Codes
  12150 - Header Not Found
  12151 - Downlevel Server
  12152 - Invalid Server Response
  12153 - Invalid Header
  12154 - Invalid Query Request
  12155 - Header Already Exists
  12156 - Redirect Failed
  12157 - Security Channel Error
  12158 - Unable to Cache File
  12159 - TCP/IP not installed
  12160 - Not Redirected
  12161 - Cookie Needs Confirmation
  12162 - Cookie Declined
  12168 - Redirect Needs Confirmation
  Additional Internet API Error Codes
  12157 - Security Channel Error
  12158 - Unable To Cache File
  12159 - Tcpip Not Installed
  12163 - Disconnected
  12164 - Server Unreachable
  12165 - Proxy Server Unreachable
  12166 - Bad Auto Proxy Script
  12167 - Unable To Download Script
  12169 - Sec Invalid Cert
  12170 - Sec Cert Revoked

互联网HTTP连接等出错代码大全的更多相关文章

  1. java连接各种数据库代码大全

    1.Oracle8/8i/9i数据库(thin模式)Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();S ...

  2. 实用js代码大全

    实用js代码大全 //过滤数字 <input type=text onkeypress="return event.keyCode>=48&&event.keyC ...

  3. js代码大全

    超级实用且不花哨的js代码大全 事件源对象event.srcElement.tagNameevent.srcElement.type 捕获释放event.srcElement.setCapture() ...

  4. HTML代码大全

    1.html的简介* 什么是html?- HyperText Markup Language:超文本标记语言,网页语言** 超文本:超出文本的范畴,使用html可以轻松实现这样操作** 标记:html ...

  5. WIN XP蓝屏代码大全

    转自:廊坊师范学院信息技术提高班---韩正阳 http://blog.csdn.net/jiudihanbing WIN XP蓝屏代码大全WIN XP蓝屏代码大全一.蓝屏含义 1.故障检查信息 *** ...

  6. html常用代码大全

    1.结构性定义 文件类型 <HTML></HTML> (放在档案的开头与结尾) 文件主题 <TITLE></TITLE> (必须放在「文头」区块内) 文 ...

  7. PHP常用代码大全(新手入门必备)

    PHP常用代码大全(新手入门必备),都是一些开发中常用的基础.需要的朋友可以参考下.   1.连接MYSQL数据库代码 <?php $connec=mysql_connect("loc ...

  8. DotNet,PHP,Java的数据库连接代码大全(带演示代码)

    C#数据库连接字符串 Web.config文件 <connectionStrings> <!--SQLServer数据库连接--> <add name="con ...

  9. html使用代码大全

    <DIV style="FONT-SIZE: 9pt">1)贴图:<img src="图片地址">1)首行缩进2格:<p styl ...

随机推荐

  1. 后台JOB&EVENT JOB

    SM35执行一个后台作业后,想及时停止, 运行SM37后,点击ctr + F1停止活动的作业,系统根本就没反应. 解决方法: 第一步:SM50, 找到,Ty.列为BGD的(Background),然后 ...

  2. Effective Java:Ch4_Class:Item13_最小化类及其成员的可访问性

    要区别一个模块是否设计良好,最重要的因素是,对于其他模块而言该模块隐藏其内部数据和其他实现细节的程度.设计良好的模块应该隐藏所有实现细节,将API与其实现清晰地隔离开来.这样,模块之间通过他们的API ...

  3. POJ 1330 Nearest Common Ancestors(Tree)

    题目:Nearest Common Ancestors 根据输入建立树,然后求2个结点的最近共同祖先. 注意几点: (1)记录每个结点的父亲,比较层级时要用: (2)记录层级: (3)记录每个结点的孩 ...

  4. SQL Server数据库PIVOT函数的使用详解(二)

    动态的行转列 原理就是 把需要转成列的行拼出来 DECLARE @fieldName VARCHAR(); SET @fieldName=''; SELECT @fieldName = @fieldN ...

  5. 标准I/O之实现细节

    在UNIX系统中,标准I/O库最终都要调用文件I/O(read.write等).每个标准I/O流都有一个与其相关联的文件描述符,可以对一个流调用fileno函数以获得其描述符. 注意,fileno不是 ...

  6. android 程序打开第三方程序

    因为在开发过程中需要开启扫描第三方程序,并且点击启动的效果,所以对这个功能进行了实现,并且分享出来个大家. 之前看到网上说需要获取包名和类名,然后通过  intent 才能打开这个程序,其实不必要这样 ...

  7. 重载public Primes ():this(2,100)

    当构造函数有多个重载的时候 想通过默认构造函数调用其他的重载的构造函数的话 就可以用:运算符public Primes():this(2, 100){//code }public Primes(int ...

  8. Java并发——显示锁

    Java提供一系列的显示锁类,均位于java.util.concurrent.locks包中. 锁的分类: 排他锁,共享锁 排他锁又被称为独占锁,即读写互斥.写写互斥.读读互斥. Java的ReadW ...

  9. C#泛型集合—Dictionary<K,V>使用技巧

    转载:http://blog.csdn.net/a125138/article/details/7742022 1.要使用Dictionary集合,需要导入C#泛型命名空间 System.Collec ...

  10. C# Mutex对象的使用

    C# Mutex对象的使用 C#语言有很多值得学习的地方,这里我们主要介绍C# Mutex对象,包括介绍控制好多个线程相互之间的联系等方面. 如何控制好多个线程相互之间的联系,不产生冲突和重复,这需要 ...