JScript error code and corresponding interpretation

zhaozj2021-02-16  44

JScript error code and corresponding interpretation

JScript syntax error JScript syntax error is an error that is caused when the JScript statement violates one or more syntax rules of the JScript scripting language. The JScript syntax error occurred in the program compilation phase and before starting the program. (The error occurred during the development process), the following is 32 syntax errors

Error number description

Decimal hex

1001 800A03E9 insufficient memory

1002 800A03EA Syntax Error 1003 800A03EB Requires ":" 1004 800A03EC needs ";" 1005 800A03ED needs "(" 1006 800A03EE needs ")"

1007 800A03EF Requires "]" 1008 800A03F0 Requires "{" 1009 800A03F1 Requires "}" 1010 800A03F2 Requirements 1011 800A03F3 requires "=" 1012 800A03F4 required "/" 1013 800A03F5 invalid number

1014 800A03F6 illegal character 1015 800A03F7 string constant is endless

1016 800A03F8 Note No end 1018 800A03FA function There are 'Return' statement 1019 800A03FB can't have "Break" 1020 800A03FC outside the cycle without "continue"

1023 800A03FF requires a hexadecimal number 1024 800A0400 Requires "while" 1025 800A0401 Tag definition Repeat 1026 800A0402 Did not find the tag 1027 800A0403 A "Switch" statement can only have a "default" 1028 800A0404 requires the identifier, string or number 1029 800A0405 Requires "@end" 1030 800A0406 Category Compilation Closed

1031 800A0407 Requires constant 1032 800A0408 Requires "@" 1033 800A0409 requires "catch"

1034 800A040A Needs "VAR" 1035 800A040B "throw" must have an expression, and the jscript runtime error in the same source line is running error JScript runtime error means that when the JScript script is trying to execute a system that cannot be running. mistake. When the script is being run, the variable expression is calculated, or the JScript runtime error occurs when the memory is being dynamically assigned.

The following is 76 runtime errors

Error number description

Decimal hexadecimal note 5 800A0005 illegal process call or parameters

6 800A0006 overflow

7 800A0007 Insufficient memory

9 800A0009 subscript superior

10 800A000A This array is fixed or temporarily locked

11 800A000B zero error

13 800A000D Types Match

14 800A000E String space

17 800A0011 Can't perform the requested operation

28 800A001C stack space insufficient

35 800A0023 Sub-process or function is not found

48 800A0030 Loading DLL error

51 800A0033 internal error

52 800A0034 bad file name or number

53 800A0035 files have not found

54 800A0036 bad file mode

55 800A0037 file has been opened

57 800A0039 Equipment I / O Error

58 800A003A file already exists

61 800A003D disk space is full

62 800A003E Enter the end of the file

67 800A0043 Too many files

68 800A0044 equipment is not available

70 800A0046 Permissions Disable

71 800A0047 Disk is not ready

74 800A004A cannot be renamed with different drivers

75 800A004B Path / File Access Error

76 800A004C path did not find

91 800A005B object variable or with block variable is not set

92 800A005C for cycle is not initialization

94 800A005E NULL use invalid

322 800A0042 Cannot establish the required temporary file 424 800A01A8 requires objects

429 800A01A9 Automation server cannot establish an object

430 800A01AE class does not support automation

432 800A01B0 Can't find the file name or class name in the 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 800A01BE object does not support designated parameters

447 800A01BF object does not support current area settings

448 800A01C0 specified parameters have not found

449 800A01C1 parameter is not available

450 800A01C2 Error number or illegal attribute assignment

451 800A01C3 object is not a collection

453 800A01C5 specified DLL function is not found

458 800A01CA variable uses a JScript not supported Automation type

462 800A01CE Remote server machine does not exist or not available

501 800A01F5 cannot be assigned to variables

502 800A01F6 object is not safe for script

503 800A01F7 object is not safe to initialize

504 800A01F8 objects are unsafe to establish

5000 800A1388 Cannot be assigned to "this" 5001 800A1389 Need Number Type 5002 800A138A Requires Function Object 5003 800A138B No Function Return Value 5004 800A138C Cannot Index Object

5005 800A138D need String 5006 800A138E needs Date Object type Object 5007 800A138F need 5008 800A1390 illegal assignment 5009 800A1391 undefined identifiers 5010 800A1392 need Boolean 5011 800A1393 not execute code from a free script 5012 800A1394 members need to target 5013 800A1395 need VBArray 5014 800A1396 Need JScript object 5015 800A1397 Requires ENUMERATOR object 5016 800A1398 Requires regular expression object 5017 800A1399 Regular expression syntax error

5018 800A139A Unpredictable Limit 5019 800A139B regular expression "]" 5020 800A139C regular expression ")" 5021 800A139D character set range invalid 5022 800A139E unusually thrown, but unable to grab 5023 800A139F function without legal prototype (Prototype) object

5024 800A13A0 The URI to be decoded contains the URI of the illegal character 5025 800A13A1 to be decoded, the number of illegal 5026 800A13A2 decimal parts, the number of digits 5027 800A13A3 precision officer

5028 800A13A4 Need array or arguments object

5029 800A13A5 array length must be a limited positive integer 5030 800A13A6 must assign a limited positive number to array length

转载请注明原文地址:https://www.9cbs.com/read-27847.html

New Post(0)