Master Item Code_120311
- 格式:xls
- 大小:2.76 MB
- 文档页数:1
HTTP状态代码code(错误代码集合)返回错误代码集合100 Continue 初始的请求已经接受,客户应当继续发送请求的其余部分。
(HTTP 1.1新)101 Switching Protocols 服务器将遵从客户的请求转换到另外⼀种协议(HTTP 1.1新)200 OK ⼀切正常,对GET和POST请求的应答⽂档跟在后⾯。
201 Created 服务器已经创建了⽂档,Location头给出了它的URL。
202 Accepted 已经接受请求,但处理尚未完成。
203 Non-Authoritative Information ⽂档已经正常地返回,但⼀些应答头可能不正确,因为使⽤的是⽂档的拷贝(HTTP 1.1新)。
204 No Content 没有新⽂档,浏览器应该继续显⽰原来的⽂档。
如果⽤户定期地刷新页⾯,⽽Servlet可以确定⽤户⽂档⾜够新,这个状态代码是很有⽤的。
205 Reset Content 没有新的内容,但浏览器应该重置它所显⽰的内容。
⽤来强制浏览器清除表单输⼊内容(HTTP 1.1新)。
206 Partial Content 客户发送了⼀个带有Range头的GET请求,服务器完成了它(HTTP1.1新)。
300 Multiple Choices 客户请求的⽂档可以在多个位置找到,这些位置已经在返回的⽂档内列出。
如果服务器要提出优先选择,则应该在Location应答头指明。
301 Moved Permanently 客户请求的⽂档在其他地⽅,新的URL在Location头中给出,浏览器应该⾃动地访问新的URL。
302 Found 类似于301,但新的URL应该被视为临时性的替代,⽽不是永久性的。
注意,在HTTP1.0中对应的状态信息是“Moved Temporatily”。
出现该状态代码时,浏览器能够⾃动访问新的URL,因此它是⼀个很有⽤的状态代码。
严格地说,我们只能假定只有当原来的请求是GET时浏览器才会⾃动重定向。
mysql错误代码对照表较完整mysql错误代码对照表较完整 mysql_errno()mysql错误代码对照表较完整0101 属于其他进程的专⽤标志。
0102 标志已经设置,⽆法关闭。
0103 ⽆法再次设置该标志。
0104 中断时⽆法请求专⽤标志。
0105 此标志先前的所有权已终⽌。
0106 请将软盘插⼊驱动器 %1。
0107 后续软盘尚未插⼊,程序停⽌。
0108 磁盘正在使⽤或已由其他进程锁定。
0109 管道已经结束。
0110 系统⽆法打开指定的设备或⽂件。
0111 ⽂件名太长。
0112 磁盘空间不⾜。
0113 没有其他可⽤的内部⽂件标识符。
0114 ⽬标内部⽂件标识符不正确。
0117 该应⽤程序所运⾏的 IOCTL 调⽤不正确。
0118 校验写⼊的开关参数值不正确。
0119 系统不⽀持所请求的命令。
0120 该系统上不⽀持此功能。
0121 标记已超时。
0123 ⽂件名、⽬录名或卷标语法错误。
0124 系统调⽤层不正确。
0125 磁盘没有卷标。
0126 找不到指定的模块。
0127 找不到指定的过程。
0128 没有要等候的⼦进程。
0129 模式下运⾏。
0130 试图使⽤操作(⽽⾮原始磁盘I/O)的已打开磁盘分区的⽂件句柄。
0131 试图将⽂件指针移⾄⽂件开头之前。
0132 ⽆法在指定的设备或⽂件中设置⽂件指针。
0133 对于包含已连接驱动器的驱动器,不能使⽤ JOIN 或 SUBST 命令。
0134 试图在已经连接的驱动器上使⽤ JOIN 或 SUBST 命令。
0135 试图在已经替换的驱动器上使⽤ JOIN 或 SUBST 命令。
0136 系统试图删除尚未连接的驱动器的 JOIN。
0137 系统试图删除尚未替换的驱动器的替换项。
0138 系统试图将驱动器连接到已连接的驱动器下的⽬录。
0139 系统试图将驱动器替换成已替换的驱动器下的⽬录。
0140 系统试图将驱动器连接到已替换的驱动器的⼀个⽬录中。
MQL4 Reference MQL4命令手册(本手册采用Office2007编写)2010年2月目录MQL4 Reference (1)MQL4命令手册 (1)Basics基础 (12)Syntax语法 (12)Comments注释 (12)Identifiers标识符 (12)Reserved words保留字 (13)Data types数据类型 (13)Type casting类型转换 (14)Integer constants整数常量 (14)Literal constants字面常量 (14)Boolean constants布尔常量 (15)Floating-point number constants (double)浮点数常量(双精度) (15)String constants字符串常量 (15)Color constants颜色常数 (16)Datetime constants日期时间常数 (16)Operations & Expressions操作表达式 (17)Expressions表达式 (17)Arithmetical operations算术运算 (17)Assignment operation赋值操作 (17)Operations of relation操作关系 (18)Boolean operations布尔运算 (18)Bitwise operations位运算 (19)Other operations其他运算 (19)Precedence rules优先规则 (20)Operators操作符 (21)Compound operator复合操作符 (21)Expression operator表达式操作符 (21)Break operator终止操作符 (21)Continue operator继续操作符 (22)Return operator返回操作符 (22)Conditional operator if-else条件操作符 (23)Switch operator跳转操作符 (23)Cycle operator while循环操作符while (24)Cycle operator for循环操作符for (24)Functions函数 (25)Function call函数调用 (26)Special functions特殊函数 (27)Variables变量 (27)Local variables局部变量 (28)Formal parameters形式变量 (28)Static variables静态变量 (29)Global variables全局变量 (29)Defining extern variables外部定义变量 (30)Initialization of variables初始化变量 (30)External functions definition外部函数的定义 (30)Preprocessor预处理 (31)Constant declaration常量声明 (31)Controlling compilation编译控制 (32)Including of files包含文件 (32)Importing of functions导入功能 (33)Standard constants标准常数 (35)Series arrays系列数组 (35)Timeframes图表周期时间 (35)Trade operations交易操作 (36)Price constants价格常数 (36)MarketInfo市场信息识别符 (36)Drawing styles画线风格 (37)Arrow codes预定义箭头 (38)Wingdings宋体 (39)Web colors颜色常数 (39)Indicator lines指标线 (40)Ichimoku Kinko Hyo (41)Moving Average methods移动平均方法 (41)MessageBox信息箱 (41)Object types对象类型 (43)Object properties对象属性 (44)Object visibility (45)Uninitialize reason codes撤销初始化原因代码 (45)Special constants特别常数 (46)Error codes错误代码 (46)Predefined variables预定义变量 (50)Ask最新卖价 (50)Bars柱数 (50)Bid最新买价 (50)Close[]收盘价 (51)Digits汇率小数位 (51)High[]最高价 (51)Low[]最低价 (52)Open[]开盘价 (53)Point点值 (53)Time[]开盘时间 (53)Volume[]成交量 (54)Program Run程序运行 (56)Program Run程序运行 (56)Imported functions call输入函数调用 (57)Runtime errors运行错误 (57)Account information账户信息 (68)AccountBalance( )账户余额 (68)AccountCredit( )账户信用点数 (68)AccountCompany( )账户公司名 (68)AccountCurrency( )基本货币 (68)AccountEquity( )账户资产净值 (68)AccountFreeMargin( )账户免费保证金 (69)AccountFreeMarginCheck()账户当前价格自由保证金 (69)AccountFreeMarginMode( )账户免费保证金模式 (69)AccountLeverage( )账户杠杆 (69)AccountMargin( )账户保证金 (69)AccountName( )账户名称 (70)AccountNumber( )账户数字 (70)AccountProfit( )账户利润 (70)AccountServer( )账户连接服务器 (70)AccountStopoutLevel( )账户停止水平值 (70)AccountStopoutMode( )账户停止返回模式 (71)Array functions数组函数 (72)ArrayBsearch()数组搜索 (72)ArrayCopy()数组复制 (72)ArrayCopyRates()数组复制走势 (73)ArrayCopySeries()数组复制系列走势 (74)ArrayDimension()返回数组维数 (75)ArrayGetAsSeries()返回数组序列 (75)ArrayInitialize()数组初始化 (75)ArrayIsSeries()判断数组连续 (75)ArrayMaximum()数组最大值定位 (76)ArrayMinimum()数组最小值定位 (76)ArrayRange()返回数组指定维数数量 (76)ArrayResize()改变数组维数 (77)ArraySetAsSeries()设定系列数组 (77)ArraySize()返回数组项目数 (78)ArraySort()数组排序 (78)Checkup检查 (79)GetLastError( )返回最后错误 (79)IsConnected( )返回联机状态 (79)IsDemo( )返回模拟账户 (79)IsDllsAllowed( )返回dll允许调用 (80)IsExpertEnabled( )返回智能交易开启状态 (80)IsLibrariesAllowed( )返回数据库函数调用 (80)IsOptimization( )返回策略测试中优化模式 (81)IsStopped( )返回终止业务 (81)IsTesting( )返回测试模式状态 (81)IsTradeAllowed( )返回允许智能交易 (81)IsTradeContextBusy( )返回其他智能交易忙 (82)IsVisualMode( )返回智能交易“图片模式” (82)UninitializeReason( )返回智能交易初始化原因 (82)Client terminal客户端信息 (83)TerminalCompany( )返回客户端所属公司 (83)TerminalName( )返回客户端名称 (83)TerminalPath( )返回客户端文件路径 (83)Common functions常规命令函数 (84)Alert弹出警告窗口 (84)Comment显示信息在走势图左上角 (84)GetTickCount获取时间标记 (84)MarketInfo在市场观察窗口返回不同数据保证金列表 (85)MessageBox创建信息窗口 (85)PlaySound播放声音 (86)Print窗口中显示文本 (86)SendFTP设置FTP (86)SendMail设置Email (87)Sleep指定的时间间隔内暂停交易业务 (87)Conversion functions格式转换函数 (88)CharToStr字符转换成字符串 (88)DoubleToStr双精度浮点转换成字符串 (88)NormalizeDouble给出环绕浮点值的精确度 (88)StrToDouble字符串型转换成双精度浮点型 (89)StrToInteger字符串型转换成整型 (89)StrToTime字符串型转换成时间型 (89)TimeToStr时间类型转换为"yyyy.mm.dd hh:mi"格式 (89)Custom indicators自定义指标 (91)IndicatorBuffers (91)IndicatorCounted (92)IndicatorDigits (92)IndicatorShortName (93)SetIndexArrow (94)SetIndexBuffer (94)SetIndexDrawBegin (95)SetIndexEmptyValue (95)SetIndexLabel (96)SetIndexShift (97)SetIndexStyle (98)SetLevelStyle (98)SetLevelValue (99)Date & Time functions日期时间函数 (100)Day (100)DayOfWeek (100)Hour (100)Minute (101)Month (101)Seconds (101)TimeCurrent (101)TimeDay (102)TimeDayOfWeek (102)TimeDayOfYear (102)TimeHour (102)TimeLocal (102)TimeMinute (103)TimeMonth (103)TimeSeconds (103)TimeYear (103)Year (104)File functions文件函数 (105)FileClose关闭文件 (105)FileDelete删除文件 (105)FileFlush将缓存中的数据刷新到磁盘上去 (106)FileIsEnding文件结尾 (106)FileIsLineEnding (107)FileOpen打开文件 (107)FileOpenHistory历史目录中打开文件 (108)FileReadArray将二进制文件读取到数组中 (108)FileReadDouble从文件中读取浮点型数据 (109)FileReadInteger从当前二进制文件读取整形型数据 (109)FileReadNumber (109)FileReadString从当前文件位置读取字串符 (110)FileSeek文件指针移动 (110)FileSize文件大小 (111)FileTell文件指针的当前位置 (111)FileWrite写入文件 (112)FileWriteArray一个二进制文件写入数组 (112)FileWriteDouble一个二进制文件以浮动小数点写入双重值 (113)FileWriteInteger一个二进制文件写入整数值 (113)FileWriteString当前文件位置函数写入一个二进制文件字串符 (114)Global variables全局变量 (115)GlobalVariableCheck (115)GlobalVariableDel (115)GlobalVariableGet (115)GlobalVariableName (116)GlobalVariableSet (116)GlobalVariableSetOnCondition (116)GlobalVariablesTotal (117)Math & Trig数学和三角函数 (119)MathAbs (119)MathArccos (119)MathArcsin (119)MathArctan (120)MathCeil (120)MathCos (120)MathExp (121)MathFloor (121)MathLog (122)MathMax (122)MathMin (122)MathMod (122)MathPow (123)MathRand (123)MathRound (123)MathSin (124)MathSqrt (124)MathSrand (124)MathTan (125)Object functions目标函数 (126)ObjectCreate建立目标 (126)ObjectDelete删除目标 (127)ObjectDescription目标描述 (127)ObjectFind查找目标 (127)ObjectGet目标属性 (128)ObjectGetFiboDescription斐波纳契描述 (128)ObjectGetShiftByValue (128)ObjectGetValueByShift (129)ObjectMove移动目标 (129)ObjectName目标名 (129)ObjectsDeleteAll删除所有目标 (130)ObjectSet改变目标属性 (130)ObjectSetFiboDescription改变目标斐波纳契指标 (131)ObjectSetText改变目标说明 (131)ObjectsTotal返回目标总量 (131)ObjectType返回目标类型 (132)String functions字符串函数 (133)StringConcatenate字符串连接 (133)StringFind字符串搜索 (133)StringGetChar字符串指定位置代码 (133)StringLen字符串长度 (134)StringSubstr提取子字符串 (134)StringTrimLeft (135)StringTrimRight (135)Technical indicators技术指标 (136)iAC比尔.威廉斯的加速器或减速箱振荡器 (136)iAD离散指标 (136)iAlligator比尔・威廉斯的鳄鱼指标 (136)iADX移动定向索引 (137)iATR平均真实范围 (137)iAO比尔.威廉斯的振荡器 (138)iBearsPower熊功率指标 (138)iBands保力加通道技术指标 (138)iBandsOnArray保力加通道指标 (139)iBullsPower牛市指标 (139)iCCI商品通道索引指标 (139)iCCIOnArray商品通道索引指标 (140)iCustom指定的客户指标 (140)iDeMarker (140)iEnvelopes包络指标 (141)iEnvelopesOnArray包络指标 (141)iForce强力索引指标 (142)iFractals分形索引指标 (142)iGator随机震荡指标 (142)iIchimoku (143)iBWMFI比尔.威廉斯市场斐波纳契指标 (143)iMomentum动量索引指标 (143)iMomentumOnArray (144)iMFI资金流量索引指标 (144)iMA移动平均指标 (144)iMAOnArray (145)iOsMA移动振动平均震荡器指标 (145)iMACD移动平均数汇总/分离指标 (146)iOBV能量潮指标 (146)iSAR抛物线状止损和反转指标 (146)iRSI相对强弱索引指标 (147)iRSIOnArray (147)iRVI相对活力索引指标 (147)iStdDev标准偏差指标 (148)iStdDevOnArray (148)iStochastic随机震荡指标 (148)iWPR威廉指标 (149)Timeseries access时间序列图表数据 (150)iBars柱的数量 (150)iClose (150)iHigh (151)iHighest (151)iLow (152)iLowest (152)iOpen (152)iTime (153)iVolume (153)Trading functions交易函数 (155)Execution errors (155)OrderClose (157)OrderCloseBy (158)OrderClosePrice (158)OrderCloseTime (158)OrderComment (159)OrderCommission (159)OrderDelete (159)OrderExpiration (160)OrderLots (160)OrderMagicNumber (160)OrderModify (160)OrderOpenPrice (161)OrderOpenTime (161)OrderPrint (162)OrderProfit (162)OrderSelect (162)OrderSend (163)OrdersHistoryTotal (164)OrderStopLoss (164)OrdersTotal (164)OrderSwap (165)OrderSymbol (165)OrderTakeProfit (165)OrderTicket (166)OrderType (166)Window functions窗口函数 (167)HideTestIndicators隐藏指标 (167)Period使用周期 (167)RefreshRates刷新预定义变量和系列数组的数据 (167)Symbol当前货币对 (168)WindowBarsPerChart可见柱总数 (168)WindowExpertName智能交易系统名称 (169)WindowFind返回名称 (169)WindowFirstVisibleBar第一个可见柱 (169)WindowHandle (169)WindowIsVisible图表在子窗口中可见 (170)WindowOnDropped (170)WindowPriceMax (170)WindowPriceMin (171)WindowPriceOnDropped (171)WindowRedraw (172)WindowScreenShot (172)WindowTimeOnDropped (173)WindowsTotal指标窗口数 (173)WindowXOnDropped (173)WindowYOnDropped (174)Obsolete functions过时的函数 (175)MetaQuotes Language 4 (MQL4) 是一种新的内置型程序用来编写交易策略。
mysql error code(备忘)转1005:创建表失败1006:创建数据库失败1007:数据库已存在,创建数据库失败1008:数据库不存在,删除数据库失败1009:不能删除数据库文件导致删除数据库失败1010:不能删除数据目录导致删除数据库失败1011:删除数据库文件失败1012:不能读取系统表中的记录1020:记录已被其他用户修改1021:硬盘剩余空间不足,请加大硬盘可用空间1022:关键字重复,更改记录失败1023:关闭时发生错误1024:读文件错误1025:更改名字时发生错误1026:写文件错误1032:记录不存在1036:数据表是只读的,不能对它进行修改1037:系统内存不足,请重启数据库或重启服务器1038:用于排序的内存不足,请增大排序缓冲区1040:已到达数据库的最大连接数,请加大数据库可用连接数1041:系统内存不足1042:无效的主机名1043:无效连接1044:当前用户没有访问数据库的权限1045:不能连接数据库,用户名或密码错误1048:字段不能为空1049:数据库不存在1050:数据表已存在1051:数据表不存在1054:字段不存在1065:无效的SQL语句,SQL语句为空1081:不能建立Soc ket连接1114:数据表已满,不能容纳任何记录1116:打开的数据表太多1129:数据库出现异常,请重启数据库1130:连接数据库失败,没有连接数据库的权限1133:数据库用户不存在1141:当前用户无权访问数据库1142:当前用户无权访问数据表1143:当前用户无权访问数据表中的字段1146:数据表不存在1147:未定义用户对数据表的访问权限1149:SQL语句语法错误1158:网络错误,出现读错误,请检查网络连接状况1159:网络错误,读超时,请检查网络连接状况1160:网络错误,出现写错误,请检查网络连接状况1161:网络错误,写超时,请检查网络连接状况1062:字段值重复,入库失败1169:字段值重复,更新记录失败1177:打开数据表失败1180:提交事务失败1181:回滚事务失败1203:当前用户和数据库建立的连接已到达数据库的最大连接数,请增大可用的数据库连接数或重启数据库1205:加锁超时1211:当前用户没有创建用户的权限1216:外键约束检查失败,更新子表记录失败1217:外键约束检查失败,删除或修改主表记录失败1226:当前用户使用的资源已超过所允许的资源,请重启数据库或重启服务器1227:权限不足,您无权进行此操作1235:MySQL版本过低,不具有本功能错误:1236 SQLSTAT E: HY000 (ER_MAST ER_FAT AL_ERR OR_REA DING_B INLOG)消息:从二进制日志读取数据时,获得来自主服务器的致命错误%d: ’%s’。
MySQL中的错误码解析与处理方法MySQL是一种广泛使用的关系型数据库管理系统,它的稳定性和可靠性备受推崇。
然而,在使用MySQL时,我们时常会遇到各种错误,如连接错误、查询错误等。
这些错误码对于开发人员来说是非常重要的指示,它们可以帮助我们快速定位和解决问题。
本文将深入探讨MySQL中的错误码解析与处理方法,帮助读者更好地理解和应对MySQL错误。
一、MySQL错误码的结构与含义MySQL的错误码是一个五位数的整数,采用标准的SQL99错误码定义规范。
错误码的第一位表示错误的类别,它可以是以下几种类型之一:1. 身份验证和授权错误。
这些错误通常与访问权限有关,比如错误码1表示"无法连接到MySQL服务器",错误码1045表示"访问被拒绝"。
2. 语法和解析错误。
这些错误与SQL语句的合法性和正确性有关,比如错误码1064表示"语法错误",错误码1146表示"表不存在"。
3. 服务器错误。
这些错误通常是由于服务器内部问题引起的,比如错误码2006表示"服务器断开连接",错误码2013表示"丢失连接"。
4. 客户端错误。
这些错误通常是由于用户输入错误或错误的配置导致的,比如错误码1048表示"字段不能为空",错误码1049表示"数据库不存在"。
5. 运行时错误。
这些错误通常是由于在执行SQL语句过程中出现的问题引起的,比如错误码1216表示"外键约束错误",错误码1451表示"无法删除或更新父键"。
除了错误码的第一位,剩下的四位数表示具体的错误类型。
当我们在开发或维护MySQL应用程序时,经常会遇到这些错误码。
接下来,我们将重点介绍如何解析和处理一些常见的MySQL错误码。
二、错误码的解析与处理方法1. 连接错误连接错误是使用MySQL时最常见的问题之一。
SideBSideASideBJAPANESEENGLISHJY997D20701ASafety Precaution (Read these precautions before use.)linked to serious results.In any case, it is important to follow the directions for usage.Associated ManualsNote:FX 3UC Series PLC specification details for I/O, wiring, installation, andmaintenance can only be found in the Japanese Manual.How to obtain manualsFor the necessary product manuals or documents, consult with the Mitsubishi Electric dealer from where you purchase your product.Manual name Manual No.DescriptionFX 3U / FX 3UC Series User's Manual - Analog Control EditionJY997D16701MODEL CODE:09R619Describes specifications for analog control andprogramming method for FX 3U / FX 3UC Series PLC.FX 3U /FX 3UC Series Programming Manual - B a s i c & A p p l i ed Instruction Edition JY997D16601MODEL CODE:09R517Describes PLC programming for basic/applied instructions and devices.FX 3U Series User’s Manual - Hardware EditionJY997D16501MODEL CODE:09R516Explains FX 3U Series PLC specification details for I/O,w i r i n g , i ns ta l l a t i o n , a n dmaintenance.Certification of UL, cUL standardsThe following product has UL and cUL certification.UL, cUL File Number:E95239Models:MELSEC FX 3U series manufacturedFX 3U -4ADCompliance with EC directive (CE Marking)This note does not guarantee that an entire mechanical module produced in accordance with the contents of this note will comply with the following standards.Compliance to EMC directive and LVD directive for the entire mechanical module should be checked by the user / manufacturer. For more details please contact the local Mitsubishi Electric sales site.Requirement for Compliance with EMC directiveThe following products have shown compliance through direct testing (of the identified standards below) and design analysis (through the creation of a technical construction file) to the European Directive for Electromagnetic Compatibility (89/336/EEC) when used as directed by the appropriate documentation.Type:Programmable Controller (Open Type Equipment)Models:MELSEC FX 3U series manufactured from February 1st, 2006FX 3U -4ADCaution for EC DirectiveThe analog special adapters have been found to be compliant to the European standards in the aforesaid manual and directive. However, for the very best per-formance from what are in fact delicate measuring and controlled output device Mitsubishi Electric would like to make the following points;As analog devices are sensitive by nature, their use should be considered care-fully. For users of proprietary cables (integral with sensors or actuators), these users should follow those manufacturers installation requirements.Mitsubishi Electric recommend that shielded cables should be used. If NO other EMC protection is provided, then users may experience temporary induced errors not exceeding +10%/-10% in very heavy industrial areas.However, Mitsubishi Electric suggest that if adequate EMC precautions are fol-lowed with general good EMC practice for the users complete control system, users should expect normal errors as specified in this manual.•Sensitive analog cable should not be laid in the same trunking or cable conduit as high voltage cabling. Where possible users should run analog cables separately.•Good cable shielding should be used. Ground the shield of the twisted shielded cable at one point on the PLC side.•When reading analog values, EMC induced errors can be smoothed out by averaging the readings. This can be achieved either through functions on the special function block for analog input or through a users program in the FX 3U Series PLC main unit.•Please use FX 3U -4AD while installed in a shielded enclosure. For the details,refer to the following manual.→ Refer to the FX 3U Series User's Manual - Hardware Edition1.OutlineThe FX 3U -4AD special function block for analog input converts four analog input values (voltage, current) to digital values and transfers those digital values to the PLC main unit.1.1Incorporated ItemsCheck if the following product and items are included in the package:StandardRemarkEN61131-2:2003Programmable controllers-Equipment requirements and testsCompliance with all relevant aspects of the standard.•Radiated Emissions•Mains Terminal Voltage Emissions •RF immunity •Fast Transients •ESD •Surge•Conducted•Power magnetic fields1.2External Dimensions, Part Names, and Terminal Layout1.2.1External Dimensions and Part Names1.2.2Terminal Layout2.Installation2.1ArrangementsThe product connects on the right side of an PLC main unit or extension units/blocks (including special function units/blocks).For connection to FX 3UC Series PLC or FX 2NC Series PLC extension block, FX 2NC -CNV-IF or FX 3UC -1PS-5V is required.For further information of installation arrangements, refer to the following manual.→ Refer to the FX 3U Series User's Manual - Hardware Edition[1]Direct mounting hole:2 holes of φ4.5 (0.18") (mounting screw: M4 screw)[2]Extension cable[3]POWER LED (green):Lit while 5V DC power is supplied from PLC.[4]Terminal block for power supply (24V DC) (M3 terminal screw)[5]Terminal block for analog input [6]24V LED (red):Lit while 24V DC power is supplied properly to terminals [24+] and [24-].[7]A/D LED (red):Flashes (at high speed) during A/D conversion. [8]DIN rail mounting hook[9]DIN rail mounting groove (35 mm (1.38") wide)INSTALLATION PRECAUTIONS•Use the product in the environment within the general specifications described in PLC main unit manual (Hardware Edition).Never use the product in areas with dust, oily smoke, conductive dusts, corrosive gas (salt air, Cl 2, H 2S, SO 2, or NO 2), flammable gas, vibrations or impacts, or expose it to high temperature, condensation, or wind and rain.If the product is used in such a place described above, electrical shock, fire,malfunction, damage, or deterioration may be caused.•Do not touch the conductive parts of the product directly, thus avoiding failure or malfunction.•Install the product securely using the DIN rail or screws.•Install the product on a flat surface.If the mounting surface is rough, undue force will be applied to the PC board,thereby causing nonconformity.•When drilling screw holes or wiring, cutting chips or wire chips should not enter ventilation slits.Such an accident may cause fire, failure or malfunction.•Be sure to remove the dust proof sheet from the PLC's ventilation port when the installation work is completed.Failure to do so could cause fires, equipment failures, and malfunctions.•Fit the extension cables and communication cables securely to the designated connectors.Contact failures may cause malfunctions.2.2MountingThe product is mounted by the following method. •Direct mounting •DIN rail mounting2.2.1Direct MountingThe product can be mounted with M4 screws by using the direct mounting holes.Refer to the External Dimensions (section 1.2) for the product’s mounting hole pitch information.An interval space between each unit of 1 to 2 mm (0.04" to 0.08") is necessary. For further information of direct installation, also refer to the following manual.→ Refer to the FX 3U Series User's Manual - Hardware Edition2.2.2DIN Rail MountingThe product can be mounted on a DIN rail (DIN46227, 35mm width).1)Fit the upper edge of the DIN rail mounting groove (right fig. A) onto the DIN rail. 2)Press the product against the DIN rail.3)on the left.→ Refer to the FX 3U FX 3U -4ADINSTALLATION MANUALThis manual describes the part names, dimensions, mounting, and specifications of the product. Before use, read this manual and manuals of relevant products fully to acquire proficiency in handling and operating the product. Make sure to learn all the product information, safety information, and precautions.And, store this manual in a safe place so that you can take it out and read it whenever necessary. Always forward it to the end user.RegistrationThe company name and the product name to be described in this manual are the registered trademarks or trademarks of each company.Effective February 2006Specifications are subject to change without notice.© 2006 Mitsubishi Electric CorporationManual Number JY997D20701Revision ADateFebruary 20063.Wiring*1For FX 3U Series PLC (AC power type), the 24V DC service power supply is also4.4Performance Specification4.5Input characteristicsThe input characteristics in each input mode are as follows.For the details of the input characteristics, refer to the following manual.→ Refer to the FX 3U / FX 3UC Series User’s Manual- Analog Control EditionSideBSideASideBJAPANESEENGLISHJY997D20701ASafety Precaution (Read these precautions before use.)This manual classify the safety precautions into two categories:linked to serious results.In any case, it is important to follow the directions for usage.Associated ManualsNote:FX 3UC Series PLC specification details for I/O, wiring, installation, andmaintenance can only be found in the Japanese Manual.How to obtain manualsFor the necessary product manuals or documents, consult with the Mitsubishi Electric dealer from where you purchase your product.Manual name Manual No.DescriptionFX 3U / FX 3UC Series User's Manual - Analog Control EditionJY997D16701MODEL CODE:09R619Describes specifications for analog control andprogramming method for FX 3U / FX 3UC Series PLC.FX 3U /FX 3UC Series Programming Manual - B a s i c & A p p l i ed Instruction Edition JY997D16601MODEL CODE:09R517Describes PLC programming for basic/applied instructions and devices.FX 3U Series User’s Manual - Hardware EditionJY997D16501MODEL CODE:09R516Explains FX 3U Series PLC specification details for I/O,w i r i n g , i ns ta l l a t i o n , a n dmaintenance.Certification of UL, cUL standardsThe following product has UL and cUL certification.UL, cUL File Number:E95239Models:MELSEC FX 3U series manufacturedFX 3U -4ADCompliance with EC directive (CE Marking)This note does not guarantee that an entire mechanical module produced in accordance with the contents of this note will comply with the following standards.Compliance to EMC directive and LVD directive for the entire mechanical module should be checked by the user / manufacturer. For more details please contact the local Mitsubishi Electric sales site.Requirement for Compliance with EMC directiveThe following products have shown compliance through direct testing (of the identified standards below) and design analysis (through the creation of a technical construction file) to the European Directive for Electromagnetic Compatibility (89/336/EEC) when used as directed by the appropriate documentation.Type:Programmable Controller (Open Type Equipment)Models:MELSEC FX 3U series manufactured from February 1st, 2006FX 3U -4ADCaution for EC DirectiveThe analog special adapters have been found to be compliant to the European standards in the aforesaid manual and directive. However, for the very best per-formance from what are in fact delicate measuring and controlled output device Mitsubishi Electric would like to make the following points;As analog devices are sensitive by nature, their use should be considered care-fully. For users of proprietary cables (integral with sensors or actuators), these users should follow those manufacturers installation requirements.Mitsubishi Electric recommend that shielded cables should be used. If NO other EMC protection is provided, then users may experience temporary induced errors not exceeding +10%/-10% in very heavy industrial areas.However, Mitsubishi Electric suggest that if adequate EMC precautions are fol-lowed with general good EMC practice for the users complete control system, users should expect normal errors as specified in this manual.•Sensitive analog cable should not be laid in the same trunking or cable conduit as high voltage cabling. Where possible users should run analog cables separately.•Good cable shielding should be used. Ground the shield of the twisted shielded cable at one point on the PLC side.•When reading analog values, EMC induced errors can be smoothed out by averaging the readings. This can be achieved either through functions on the special function block for analog input or through a users program in the FX 3U Series PLC main unit.•Please use FX 3U -4AD while installed in a shielded enclosure. For the details,refer to the following manual.→ Refer to the FX 3U Series User's Manual - Hardware Edition1.OutlineThe FX 3U -4AD special function block for analog input converts four analog input values (voltage, current) to digital values and transfers those digital values to the PLC main unit.1.1Incorporated ItemsCheck if the following product and items are included in the package:StandardRemarkEN61131-2:2003Programmable controllers-Equipment requirements and testsCompliance with all relevant aspects of the standard.•Radiated Emissions•Mains Terminal Voltage Emissions •RF immunity •Fast Transients •ESD •Surge•Conducted•Power magnetic fields1.2External Dimensions, Part Names, and Terminal Layout1.2.1External Dimensions and Part Names1.2.2Terminal Layout2.Installation2.1ArrangementsThe product connects on the right side of an PLC main unit or extension units/blocks (including special function units/blocks).For connection to FX 3UC Series PLC or FX 2NC Series PLC extension block, FX 2NC -CNV-IF or FX 3UC -1PS-5V is required.For further information of installation arrangements, refer to the following manual.→ Refer to the FX 3U Series User's Manual - Hardware Edition[1]Direct mounting hole:2 holes of φ4.5 (0.18") (mounting screw: M4 screw)[2]Extension cable[3]POWER LED (green):Lit while 5V DC power is supplied from PLC.[4]Terminal block for power supply (24V DC) (M3 terminal screw)[5]Terminal block for analog input [6]24V LED (red):Lit while 24V DC power is supplied properly to terminals [24+] and [24-].[7]A/D LED (red):Flashes (at high speed) during A/D conversion. [8]DIN rail mounting hook[9]DIN rail mounting groove (35 mm (1.38") wide)INSTALLATION PRECAUTIONS•Use the product in the environment within the general specifications described in PLC main unit manual (Hardware Edition).Never use the product in areas with dust, oily smoke, conductive dusts, corrosive gas (salt air, Cl 2, H 2S, SO 2, or NO 2), flammable gas, vibrations or impacts, or expose it to high temperature, condensation, or wind and rain.If the product is used in such a place described above, electrical shock, fire,malfunction, damage, or deterioration may be caused.•Do not touch the conductive parts of the product directly, thus avoiding failure or malfunction.•Install the product securely using the DIN rail or screws.•Install the product on a flat surface.If the mounting surface is rough, undue force will be applied to the PC board,thereby causing nonconformity.•When drilling screw holes or wiring, cutting chips or wire chips should not enter ventilation slits.Such an accident may cause fire, failure or malfunction.•Be sure to remove the dust proof sheet from the PLC's ventilation port when the installation work is completed.Failure to do so could cause fires, equipment failures, and malfunctions.•Fit the extension cables and communication cables securely to the designated connectors.Contact failures may cause malfunctions.2.2MountingThe product is mounted by the following method. •Direct mounting •DIN rail mounting2.2.1Direct MountingThe product can be mounted with M4 screws by using the direct mounting holes.Refer to the External Dimensions (section 1.2) for the product’s mounting hole pitch information.An interval space between each unit of 1 to 2 mm (0.04" to 0.08") is necessary. For further information of direct installation, also refer to the following manual.→ Refer to the FX 3U Series User's Manual - Hardware Edition2.2.2DIN Rail MountingThe product can be mounted on a DIN rail (DIN46227, 35mm width).1)Fit the upper edge of the DIN rail mounting groove (right fig. A) onto the DIN rail. 2)Press the product against the DIN rail.3)on the left.→ Refer to the FX 3U3.Wiring3.1Applicable Cable and Terminal Tightening TorqueThe size of the terminal screws is M3.The end disposal of the cable shows below.Tighten the terminal to a torque of 0.5N m to 0.8N m.•When one wire is connected to one terminal•When two wires are connected to one terminal3.2Power Supply WiringFor the power supply wiring, refer to the following manual.→ Refer to the FX 3U / FX 3UC Series User’s Manual- Analog Control Edition3.3Wiring of Analog Input→ For the terminal layout, refer to Subsection 1.2.2*1For FX 3U Series PLC (AC power type), the 24V DC service power supply is alsoavailable. *2terminal.*3Use a 2-core twisted shield wire for analog input line, and separate it from otherpower lines or inductive lines.*4For the current input, short-circuit the [V+] terminal and the [I+] terminal. *5If there is voltage ripple in the input voltage or there is noise in the externalwiring, connect a capacitor of approximately 0.1 to 0.47µF 25 V.3.4GroundingGrounding should be performed as stated below.•The grounding resistance should be 100Ω or less.•Independent grounding should be performed for best results.When independent grounding is not performed, perform "shared grounding"of the following figure.→ For details, refer to the FX 3U Series User's Manual- Hardware Edition.•The grounding wire size should be AWG 14 (2 mm 2).•The grounding point should be close to the PLC, and all grounding wire should be as short as possible.4.Specification4.1Applicable PLCThe version number can be checked by monitoring D8001 as the last three digits indicate it.4.2General SpecificationThe items other than the following are equivalent to those of the PLC main unit. For other general specifications, refer to the manual of the PLC main unit.→ For details, refer to the FX 3U Series User's Manual- Hardware Edition.4.3Power Supply SpecificationSTARTUP ANDMAINTENANCE PRECAUTIONS•Do not disassemble or modify the unit.Doing so may cause failure, malfunction or fire.* For repair, contact your local Mitsubishi Electric distributor.•Do not drop the product or do not exert strong impact, doing so may cause damage.DISPOSAL PRECAUTIONS•Please contact a company certified in the disposal of electronic waste forenvironmentally safe recycling and disposal of your device.TRANSPORT ANDSTORAGE PRECAUTIONS•During transportation avoid any impact as the product is a precision instrument.Check the operation of the product after transportation.Model name ApplicabilityFX 3U Series PLC Ver. 2.20 (from the first product) and laterFX 3UC Series PLCVer. 1.30 (from the product manufactured in August, 2004 with SER No. 48) and laterItemSpecificationDielectric withstandvoltage500V AC for one minuteConforming to JEM-1021Between all terminals and ground terminal of PLCmain unitInsulation resistance 5M Ω or more by 500V DC megger Item SpecificationA/D conversion circuit driving power 24V DC ±10%, 90mA for 24V DCConnect a 24V DC power supply to the terminal block.CPU driving power5V DC, 110mA5V DC power is supplied internally from the main unit.4.4Performance Specification*1Change the offset and gain values to change the input characteristics. However,the resolution doesn’t change even when the offset and gain values change.When the analog value direct indication is enabled in the input mode 2, 5, or 8,the offset value and the gain value don’t change. *2The offset and the gain should satisfy the following condition:1V ≤ (Gain - Offset)*3The offset and the gain should satisfy the following condition:3 mA ≤ (Gain - Offset) ≤ 30 mA*4The input characteristics vary depending on the input mode to be used.For the details of the input characteristics, refer to the following manual.→ Refer to the FX 3U / FX 3UC Series User’s Manual- Analog Control Edition4.5Input characteristicsThe input characteristics in each input mode are as follows.For the details of the input characteristics, refer to the following manual.→ Refer to the FX 3U / FX 3UC Series User’s Manual- Analog Control EditionInput mode Input modeAnalog inputrange Digital outputrange 0Voltage input mode -10 to +10V -32000 to +320001Voltage input mode-10 to +10V -4000 to +40002Voltage input modeAnalog value direct indication -10 to +10V -10000 to +100003Current input mode 4 to 20mA 0 to 160004Current input mode4 to 20mA 0 to 40005Current input modeAnalog value direct indication 4 to 20mA 4000 to 200006Current input mode -20 to +20mA -16000 to +160007Current input mode-20 to +20mA -4000 to +40008Current input modeAnalog value direct indication-20 to +20mA-20000 to +20000FX 3U -4ADINSTALLATION MANUALThis manual describes the part names, dimensions, mounting, and specifications of the product. Before use, read this manual and manuals of relevant products fully to acquire proficiency in handling and operating the product. Make sure to learn all the product information, safety information, and precautions.And, store this manual in a safe place so that you can take it out and read it whenever necessary. Always forward it to the end user.RegistrationThe company name and the product name to be described in this manual are the registered trademarks or trademarks of each company.Effective February 2006Specifications are subject to change without notice.© 2006 Mitsubishi Electric CorporationManual Number JY997D20701Revision ADateFebruary 2006。
TaobaoAPI错误码⼀览表系统级错误错误码错误描述(英⽂)错误描述(中⽂)3Upload Fail图⽚上传失败4User Call Limited⽤户调⽤次数超限5Session Call Limited会话调⽤次数超限6Partner Call Limited合作伙伴调⽤次数超限7App Call Limited应⽤调⽤次数超限8App Call Exceeds Limited Frequency应⽤调⽤频率超限9Http Action Not Allowed HTTP⽅法被禁⽌(请⽤⼤写的POST或GET)10Service Currently Unavailable服务不可⽤11Insufficient ISV Permissions开发者权限不⾜12Insufficient User Permissions⽤户权限不⾜13Insufficient Partner Permissions合作伙伴权限不⾜15Remote Service Error远程服务出错21Missing Method缺少⽅法名参数22Invalid Method不存在的⽅法名23Invalid Format⾮法数据格式24Missing Signature缺少签名参数25Invalid Signature⾮法签名26Missing Session缺少SessionKey参数27Invalid Session⽆效的SessionKey参数28Missing App Key缺少AppKey参数29Invalid App Key⾮法的AppKe参数30Missing Timestamp缺少时间戳参数31Invalid Timestamp⾮法的时间戳参数32Missing Version缺少版本参数33Invalid Version⾮法的版本参数34Unsupported Version不⽀持的版本号40Missing Required Arguments缺少必选参数41Invalid Arguments⾮法的参数42Forbidden Request请求被禁⽌43Parameter Error参数错误业务级错误错误码错误描述(英⽂)错误描述(中⽂)501Your Statement is Not Indexable语句不可索引502Data Service Unavailable数据服务不可⽤503Error While Parsing TBQL Statement⽆法解释TBQL语句504Need Binding User需要绑定⽤户昵称505Missing Parameters缺少参数506Parameters Error参数错误507Parameters Format Error参数格式错误508No Permission Get Information获取信息权限不⾜550User Service Unavailable⽤户服务不可⽤551Item Service Unavailable商品服务不可⽤552Item Image Service Unavailable商品图⽚服务不可⽤553Item Simple Update Service Unavailable商品更新服务不可⽤554Item Delete Failure商品删除失败555No Picture Service for User⽤户没有订购图⽚服务556Picture URL is Error图⽚URL错误557Item Media Service Unavailable商品视频服务不可⽤560Trade Service Unavailable交易服务不可⽤561Trade TC Service Unavailable交易服务不可⽤562Trade not Exists交易不存在563Trade is Invalid⾮法交易564No Permission Add or Update Trade Memo没有权限添加或更新交易备注565Trade Memo Too Long交易备注超出长度限制565Trade Memo Too Long交易备注超出长度限制566Trade Memo Already Exists交易备注已经存在567No Permission Add or Update Trade没有权限添加或更新交易信息568No Detail Order交易没有⼦订单569Close Trade Error交易关闭错误570Shipping Service Unavailable物流服务不可⽤571Invalid Post Fee⾮法的邮费572Invalid Division Code⾮法的物流公司编号580Rate Service Unavailable评价服务不可⽤581Rate Service Add Error添加评价服务错误582Rate Service List Error获取评价服务错误590Shop Service Unavailable店铺服务不可⽤591Shop Showcase Remain Count Unavailable店铺剩余橱窗推荐服务不可⽤592Shop Seller Category Service Unavailable卖家⾃定义类⽬服务不可⽤594Shop Seller Category Insert Error卖家⾃定义类⽬添加错误595Shop Seller Category Update Error卖家⾃定义类⽬更新错误596No Shop for This User⽤户没有店铺597Shop Seller Parent Category Error卖家⾃定义⽗类⽬错误540Trade Stat Service Unavailable交易统计服务不可⽤541Category Stat Service Unavailable类⽬统计服务不可⽤542Item Stat Service Unavailable商品统计服务不可⽤601User not Exists⽤户不存在610Product Service Unavailable产品服务不可⽤710Taobaoke Service Unavailable淘宝客服务不可⽤611Product Number Format Exception产品数据格式错误612Product ID Incorrect产品ID错误613Product Image Delete Error删除产品图⽚错误614No Permission to Add Product没有权限添加产品615Delivery Address Service Unavailable收货地址服务不可⽤620Postage Service Unavailable邮费服务不可⽤621Postage Mode Type Error邮费模板类型错误622Missing Parameter: post, express or ems缺少参数:post, express或ems 623Postage Mode Parameter Error邮费模板参数错误630Combo Service Unavailable收费服务不可⽤650Refund Service Unavailable退款服务不可⽤651Refund ID Invalid⾮法的退款编号652Refund Service Unavailable退款服务不可⽤653Refund not Exists退款不存在654No Permission to Get Refund没有权限获取退款信息655No Permission to Add Refund Message没有权限添加退款留⾔656Cannot add Refund Message for STATUS_CLOSED(4) or STATUS_SUCCESS(5)⽆法添加退款留⾔657Refund Message Content Too Long退款留⾔内容太长658Refund Message Content Cannot be NULL退款留⾔内容不能为空662No Permission Update Item Extra没有权限更新商品扩展信息663Shipping Parameter Missing缺少物流参数664Shipping Parameter Error物流参数错误670Commission Service Unavailable佣⾦服务不可⽤671Commission Trade not Exists佣⾦交易不存在672Payment Service Unavailable淘宝客报表服务不可⽤673ICP Service Unavailable备案服务不可⽤674App Service Unavailable应⽤服务不可⽤900Remote Connection Error远程连接错误901Remote Service Timeout远程服务超时902Remote Service Error远程服务错误容器类错误错误码错误描述(中⽂)100授权码已经过期101授权码在缓存⾥不存在,⼀般是⽤同样的authcode两次获取sessionkey101授权码在缓存⾥不存在,⼀般是⽤同样的authcode两次获取sessionkey103appkey或者tid(插件ID)参数必须⾄少传⼊⼀个104appkey或者tid对应的插件不存在105插件的状态不对,不是上线状态或者正式环境下测试状态106没权限调⽤此app,由于插件不是所有⽤户都默认安装,所以需要⽤户和插件进⾏⼀个订购关系。
WinInet错误代码(12001到12156)在 Microsoft Win 32 Internet (WinInet) API 提供具有轻松访问的独⽴应⽤程序以标准的 Internet 协议(例如 Gopher、 FTP 和 HTTP。
WinInet API 提取到 Win 32 开发⼈员所熟悉的⾼级别接⼝的协议。
以下是 WinInet 函数返回的错误代码的列表:Code Error Message and Description----- -----------------------------12001 ERROR_INTERNET_OUT_OF_HANDLESNo more handles could be generated at this time.12002 ERROR_INTERNET_TIMEOUTThe request has timed out.12003 ERROR_INTERNET_EXTENDED_ERRORAn extended error was returned from the server. This istypically a string or buffer containing a verbose errormessage. Call InternetGetLastResponseInfo to retrieve theerror text.12004 ERROR_INTERNET_INTERNAL_ERRORAn internal error has occurred.12005 ERROR_INTERNET_INVALID_URLThe URL is invalid.12006 ERROR_INTERNET_UNRECOGNIZED_SCHEMEThe URL scheme could not be recognized or is not supported.12007 ERROR_INTERNET_NAME_NOT_RESOLVEDThe server name could not be resolved.12008 ERROR_INTERNET_PROTOCOL_NOT_FOUNDThe requested protocol could not be located.12009 ERROR_INTERNET_INVALID_OPTIONA request to InternetQueryOption or InternetSetOptionspecified an invalid option value.12010 ERROR_INTERNET_BAD_OPTION_LENGTHThe length of an option supplied to InternetQueryOption orInternetSetOption is incorrect for the type of optionspecified.12011 ERROR_INTERNET_OPTION_NOT_SETTABLEThe request option cannot be set, only queried.12012 ERROR_INTERNET_SHUTDOWNThe Win32 Internet function support is being shut down orunloaded.12013 ERROR_INTERNET_INCORRECT_USER_NAMEThe request to connect and log on to an FTP server couldnot be completed because the supplied user name isincorrect.12014 ERROR_INTERNET_INCORRECT_PASSWORDThe request to connect and log on to an FTP server couldnot be completed because the supplied password isincorrect.12015 ERROR_INTERNET_LOGIN_FAILUREThe request to connect to and log on to an FTP serverfailed.12016 ERROR_INTERNET_INVALID_OPERATIONThe requested operation is invalid.12017 ERROR_INTERNET_OPERATION_CANCELLEDThe operation was canceled, usually because the handle onwhich the request was operating was closed before theoperation completed.12018 ERROR_INTERNET_INCORRECT_HANDLE_TYPEThe type of handle supplied is incorrect for thisoperation.12019 ERROR_INTERNET_INCORRECT_HANDLE_STATEThe requested operation cannot be carried out because thehandle supplied is not in the correct state.12020 ERROR_INTERNET_NOT_PROXY_REQUESTThe request cannot be made via a proxy.12021 ERROR_INTERNET_REGISTRY_VALUE_NOT_FOUND A required registry value could not be located.12022 ERROR_INTERNET_BAD_REGISTRY_PARAMETERA required registry value was located but is an incorrecttype or has an invalid value.12023 ERROR_INTERNET_NO_DIRECT_ACCESSDirect network access cannot be made at this time.12024 ERROR_INTERNET_NO_CONTEXTAn asynchronous request could not be made because a zero context value was supplied.12025 ERROR_INTERNET_NO_CALLBACKAn asynchronous request could not be made because acallback function has not been set.12026 ERROR_INTERNET_REQUEST_PENDINGThe required operation could not be completed because one or more requests are pending.12027 ERROR_INTERNET_INCORRECT_FORMATThe format of the request is invalid.12028 ERROR_INTERNET_ITEM_NOT_FOUNDThe requested item could not be located.12029 ERROR_INTERNET_CANNOT_CONNECTThe attempt to connect to the server failed.12030 ERROR_INTERNET_CONNECTION_ABORTEDThe connection with the server has been terminated.12031 ERROR_INTERNET_CONNECTION_RESETThe connection with the server has been reset.12032 ERROR_INTERNET_FORCE_RETRYCalls for the Win32 Internet function to redo the request.12033 ERROR_INTERNET_INVALID_PROXY_REQUESTThe request to the proxy was invalid.12036 ERROR_INTERNET_HANDLE_EXISTSThe request failed because the handle already exists.12037 ERROR_INTERNET_SEC_CERT_DATE_INVALIDSSL certificate date that was received from the server isbad. The certificate is expired.12038 ERROR_INTERNET_SEC_CERT_CN_INVALIDSSL certificate common name (host name field) is incorrect. For example, if you entered and the common name on the certificate says .12039 ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIRThe application is moving from a non-SSL to an SSLconnection because of a redirect.12040 ERROR_INTERNET_HTTPS_TO_HTTP_ON_REDIRThe application is moving from an SSL to an non-SSLconnection because of a redirect.12041 ERROR_INTERNET_MIXED_SECURITYIndicates that the content is not entirely secure. Some ofthe content being viewed may have come from unsecuredservers.12042 ERROR_INTERNET_CHG_POST_IS_NON_SECUREThe application is posting and attempting to changemultiple lines of text on a server that is not secure.12043 ERROR_INTERNET_POST_IS_NON_SECUREThe application is posting data to a server that is notsecure.12110 ERROR_FTP_TRANSFER_IN_PROGRESSThe requested operation cannot be made on the FTP session handle because an operation is already in progress.12111 ERROR_FTP_DROPPEDThe FTP operation was not completed because the session was aborted.12130 ERROR_GOPHER_PROTOCOL_ERRORAn error was detected while parsing data returned from thegopher server.12131 ERROR_GOPHER_NOT_FILEThe request must be made for a file locator.12132 ERROR_GOPHER_DATA_ERRORAn error was detected while receiving data from the gopherserver.12133 ERROR_GOPHER_END_OF_DATAThe end of the data has been reached.12134 ERROR_GOPHER_INVALID_LOCATORThe supplied locator is not valid.12135 ERROR_GOPHER_INCORRECT_LOCATOR_TYPEThe type of the locator is not correct for this operation.12136 ERROR_GOPHER_NOT_GOPHER_PLUSThe requested operation can only be made against a Gopher+ server or with a locator that specifies a Gopher+operation.12137 ERROR_GOPHER_ATTRIBUTE_NOT_FOUNDThe requested attribute could not be located.12138 ERROR_GOPHER_UNKNOWN_LOCATORThe locator type is unknown.12150 ERROR_HTTP_HEADER_NOT_FOUNDThe requested header could not be located.12151 ERROR_HTTP_DOWNLEVEL_SERVERThe server did not return any headers.12152 ERROR_HTTP_INVALID_SERVER_RESPONSEThe server response could not be parsed.12153 ERROR_HTTP_INVALID_HEADERThe supplied header is invalid.12154 ERROR_HTTP_INVALID_QUERY_REQUESTThe request made to HttpQueryInfo is invalid.12155 ERROR_HTTP_HEADER_ALREADY_EXISTSThe header could not be added because it already exists.12156 ERROR_HTTP_REDIRECT_FAILEDThe redirection failed because either the scheme changed(for example, HTTP to FTP) or all attempts made to redirectfailed (default is five attempts).。