JScript error code and corresponding interpretation

zhaozj2021-02-08  225

JScript error code and corresponding interpretation

Keywords: ASP

JScript runtime error

JScript runtime error is that when the JScript script tries to execute an error that cannot be running. When the script is being run, the variable expression is calculated, or the JScript runtime error occurs when the memory is being dynamically assigned.

Error number description

5029 array length must be a limited integer

5030 must assign a limited positive number to the array length

5028 Need Array or Arguments object

5010 Need Boolean

5003 cannot give functions to the value

5000 can't assign a value to 'this'

5006 Need Date object

5015 Need an ENUMERATOR object

5022 abnormally thrown, but can't catch

5020 regular expression is missing ")"

5019 Mass expression is missing "]"

5023 function There is no legitimate prototype object

5002 Need Function object

5008 illegal assignment

5021 character set range invalid

5014 need JScript objects

5001 Need Number Type

5007 requires Object type

5012 member required to be subject

5016 requires regular expression objects

5005 need String

5017 regular expression syntax error

5026 number of digits of the fractional part

5027 Precision Crossing

5025 URI code to be decoded illegally

5024 URI to be decoded contains illegal characters

5009 Undefined identifier

5018 unopened qualifier

5013 Need VBarray

JScript syntax error

The JScript syntax error is an error that causes the JScript statement to violate 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.

Error number description

1019 can't have "Break" outside the cycle

1020 can't have "Continue" outside the cycle

1030 Conditions have been closed

1027 A "Switch" can only have a "default"

1005 needs "("

1006 needs ")"

1012 needs "/"

1003 needs ":"

1004 needs ";"

1032 needs "@"

1029 needs "@end"

1007 needs "]"

1008 needs "{"

1009 needs "}"

1011 needs "="

1033 needs "catch"

1031 requires constant

1023 requires a hexadecimal number

1010 needs identifier

1028 Requires identifiers, strings, or numbers

1024 Need "while"

1014 illegal character

1026 Didn't find the label

1025 tag definition repetition

1018 Function has a 'return' statement

1002 syntax error

1035 "throw" must have an expression, and on the same source line

1016 Note Not end

1015 string constant is not over

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

New Post(0)