In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces "what error codes JScript has". In daily operation, I believe many people have doubts about what error codes JScript has. Xiaobian consulted various materials and sorted out simple and easy operation methods. I hope to help you answer the doubts about "what error codes JScript has"! Next, please follow the small series to learn together!
A JScript syntax error is an error caused when a JScript statement violates one or more syntax rules of the JScript scripting language. JScript syntax errors occur during the compilation phase of a program, before it starts running. (Errors occur during development) Here are 32 syntax errors
Error Number Description
decimal hexadecimal specification
1001 800A03E9 Out of memory
1002 800A03EA Syntax Error
1003 800A03EB requires ":"
1004 800A03EC requires ";"
1005 800A03ED requires "("
1006 800A03EE required ")"
1007 800A03EF Required "]"
1008 800A03F0 requires "{"
1009 800A03F1 requires "}"
1010 800A03F2 Identifier required
1011 800A03F3 requires "="
1012 800A03F4 requires "/"
1013 800A03F5 Invalid
1014 800A03F6 Illegal characters
1015 800A03F7 String constant not ended
1016 800A03F8 Comments not ended
1018 800A03FA function with 'return' statement
1019 800A03FB No "break" outside the loop
1020 800A03FC cannot have "continue" outside the loop
1023 800A03FF Hex numbers required
1024 800A0400 requires "while"
1025 800A0401 Duplicate label definition
1026 800A0402 No tags found
1027 800A0403 There can only be one "default" in a "switch" statement
1028 800A0404 Identifier, string or number required
1029 800A0405 requires "@end"
1030 800A0406 Conditional compilation closed
1031 800A0407 Constant required
1032 800A0408 requires "@"
1033 800A0409 "catch" required
1034 800A040A requires "var"
1035 800A040B "Throw" must be followed by an expression on the same source line
JScript runtime errors
JScript runtime errors are errors caused when a JScript script attempts to perform an action that the system cannot run. JScript runtime errors occur when a script is running, variable expressions are being evaluated, or memory is being allocated dynamically.
Here are 76 runtime errors
Error Number Description
decimal hexadecimal specification
5 800A0005 Illegal procedure call or argument
6 800A0006 Overflow
7 800A0007 Out of memory
9 800A0009 subscript overbound
10 800A000A This array is fixed or temporarily locked
11 800A000B Zero division error
13 800A000D Type mismatch
14 800A000E Insufficient space for string
17 800A0011 The requested operation cannot be performed.
28 800A001 Insufficient space in C stack
35 800A0023 Subprocedure or function not found
48 800A0030 Error loading DLL
51 800A0033 Internal Error
52 800A0034 Bad file name or number
53 800A0035 File not found
54 800A0036 Bad file mode
55 800A0037 File opened
57 800A0039 Device I/O error
58 800A003A File already exists
61 800A003D Disk space is full
62 800A003E Input exceeds end of file
67 800A0043 Too many files
68 800A0044 Equipment unavailable
70 800A0046 Permission disabled
71 800A0047 Disk not ready
74 800A004A cannot be renamed with a different driver
75 800A004B Path/file access error
76 800A004C Path not found
91 800A005B Object variable or With block variable not set
92 800A005C For loop not initialized
94 800A005E Null Invalid use
322 800A0042 Unable to create required temporary file
424 800A01A8 Object required
429 800A01A9 The Automation server could not create an object.
430 800A01AE class does not support Automation
432 800A01B0 File name or class name not found in Automation operation
438 800A01B6 Object does not support this property or method
440 800A01B8 Automation Error
445 800A01BD object does not support this action
446 800A01 The BE object does not support the specified parameters
447 800A01BF object does not support current locale
448 800A01C0 The specified parameter was not found
449 800A01C1 Parameter not optional
450 800A01C2 Wrong number of parameters or illegal attribute assignment
451 800A01C3 Object is not a collection
453 800A01C5 The specified dll function was not found
458 800A01CA variable uses an Automation type not supported by Jscript
462 800A01CE Remote server machine does not exist or is unavailable
501 800A01F5 cannot be assigned to variables
502 800A01F6 Object not safe for scripts
503 800A01F7 Object unsafe for initialization
504 800A01F8 Object pairs unsafe for establishment
5000 800A1388 cannot be assigned to "this"
5001 800A1389 Number type required
5002 800A138A Function object required
5003 800A138B Cannot assign a function return value
5004 800A138C Cannot index object
5005 800A138D String required
5006 800A138E Date object required
5007 800A138F Object type required
5008 800A1390 Illegal assignment
5009 800A1391 Undefined identifier
5010 800A1392 Boolean required
5011 800A1393 Cannot execute code from a free script
5012 800A1394 Member of object required
5013 800A1395 VBArray required
5014 800A1396 JScript object required
5015 800A1397 Enumerator object required
5016 800A1398 Regular expression object required
5017 800A1399 Regular Expression Syntax Error
5018 800A139A Unexpected qualifier
5019 800A139B Missing "]" in regular expression
5020 800A139C Missing ")" in regular expression
5021 800A139D Invalid character set range
5022 800A139E Exception thrown but unable to catch
5023 800A139F Function has no valid Prototype object
5024 800A13A0 URI to be decoded contains illegal characters
5025 800A13A1 Illegal URI encoding to be decoded
5026 800A13A2 decimal digits out of bounds
5027 800A13A3 Accuracy out of bounds
5028 800A13A4 Array or arguments object required
5029 800A13A5 Array length must be a finite positive integer
5030 800A13A6 Array length must be assigned a finite positive number
At this point, the study of "what error codes JScript has" is over, hoping to solve everyone's doubts. Theory and practice can better match to help you learn, go and try it! If you want to continue learning more relevant knowledge, please continue to pay attention to the website, Xiaobian will continue to strive to bring more practical articles for everyone!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.