Js|jscript| Error
A JScript Run-time error is an error that occurs when a JScript script attempts to perform an action that the system cannot run. When you are running a script, evaluating a variable expression, or you are dynamically allocating memory, a JScript run-time error occurs.
| Error Number |
Description |
| 5029 |
Array length must be a finite positive integer |
| 5030 |
Array length must be assigned a finite positive number |
| 5028 |
Array or arguments object is required |
| 5010 |
Need a Boolean |
| 5003 |
Cannot assign value to function return value |
| 5000 |
Cannot assign a value to ' this ' |
| 5006 |
Date Object Required |
| 5015 |
Need Enumerator Object |
| 5022 |
Exception thrown, but unable to catch |
| 5020 |
Missing ")" in regular expression |
| 5019 |
Missing "]" in regular expression |
| 5023 |
function does not have a valid Prototype object |
| 5002 |
A Function object is required |
| 5008 |
Illegal assignment |
| 5021 |
Invalid character Set range |
| 5014 |
JScript Object Required |
| 5001 |
Number Type Required |
| 5007 |
Object type Required |
| 5012 |
Requires members of an object |
| 5016 |
Regular Expression object required |
| 5005 |
Need String |
| 5017 |
Regular expression Syntax error |
| 5026 |
The number of digits in the decimal part is out of bounds |
| 5027 |
Precision out of bounds |
| 5025 |
Invalid URI encoding to decode |
| 5024 |
The URI to be decoded contains illegal characters |
| 5009 |
No identifiers defined |
| 5018 |
Qualifier not expected |
| 5013 |
Need VBArray |