Error # |
Info |
Error Code |
5 |
N/A | Invalid procedure call or argument |
6 |
N/A | Overflow |
7 |
N/A | Out of memory |
9 |
N/A | Subscript out of range |
10 |
N/A | This array is fixed or temporarily locked |
11 |
N/A | Division by zero |
13 |
N/A | Type mismatch |
14 |
N/A | Out of string space |
17 |
N/A | Can't perform requested operation |
28 |
N/A | Out of stack space |
35 |
N/A | Sub or Function not defined |
48 |
N/A | Error in loading DLL |
51 |
N/A | Internal error |
52 |
N/A | Bad file name or number |
53 |
N/A | File not found |
54 |
N/A | Bad file mode |
55 |
N/A | File already open |
57 |
N/A | Device I/O error |
58 |
N/A | File already exists |
61 |
N/A | Disk full |
62 |
N/A | Input past end of file |
67 |
N/A | Too many files |
68 |
N/A | Device unavailable |
70 |
N/A | Permission denied |
71 |
N/A | Disk not ready |
74 |
N/A | Can't rename with different drive |
75 |
N/A | Path/File access error |
76 |
N/A | Path not found |
91 |
N/A | Object variable or With block variable not set |
92 |
N/A | For loop not initialized |
93 |
N/A | Invalid pattern string |
94 |
N/A | Invalid use of Null |
322 |
N/A | Can't create necessary temporary file |
424 |
N/A | Object required |
429 |
N/A | Automation server can't create object |
430 |
N/A | Class doesn't support Automation |
432 |
N/A | File name or class name not found during Automation operation |
438 |
N/A | Object doesn't support property or method <item> |
440 |
N/A | Automation error |
445 |
N/A | Object doesn't support this action |
446 |
N/A | Object doesn't support named arguments |
447 |
N/A | Object doesn't support current locale setting |
448 |
N/A | Named argument not found |
449 |
N/A | Argument not optional |
450 |
N/A | Wrong number of arguments or invalid property assignment |
451 |
N/A | Object not a collection |
453 |
N/A | Specified DLL function not found |
458 |
N/A | Variable uses an Automation type not supported in JScript |
501 |
N/A | Cannot assign to variable |
502 |
N/A | Object not safe for scripting |
503 |
N/A | Object not safe for initializing |
504 |
N/A | Object not safe for creating |
1002 |
N/A | Syntax error |
1003 |
N/A | Expected ':' |
1004 |
N/A | Expected ';' |
1005 |
N/A | Expected '(' |
1006 |
N/A | Expected ')' |
1007 |
N/A | Expected ']' |
1008 |
N/A | Expected '{' |
1009 |
N/A | Expected '}' |
1010 |
N/A | Expected identifier |
1011 |
N/A | Expected '=' |
1012 |
N/A | Expected '/' |
1014 |
N/A | Invalid character |
1015 |
N/A | Unterminated string constant |
1016 |
N/A | Unterminated comment |
1018 |
N/A | 'return' statement outside of function |
1019 |
N/A | Can't have 'break' outside of loop |
1020 |
N/A | Can't have 'continue' outside of loop |
1023 |
N/A | Expected hexadecimal digit |
1024 |
N/A | Expected 'while' |
1025 |
N/A | Label redefined |
1026 |
N/A | Label not found |
1027 |
N/A | 'default' can only appear once in a 'switch' statement |
1028 |
N/A | Expected identifier, string or number |
1029 |
N/A | Expected '@end' |
1030 |
N/A | Conditional compilation is turned off |
1031 |
N/A | Expected constant |
1032 |
N/A | Expected '@' |
1033 |
N/A | Expected 'catch' |
1035 |
N/A | Throw must be followed by an expression on the same source line |
5000 |
N/A | Cannot assign to 'this' |
5001 |
N/A | <Item> is not a number; Number expected |
5002 |
N/A | <Item> is not a function; Function expected |
5003 |
N/A | Cannot assign to a function result |
5004 |
N/A | <Item> is not an indexable object; Cannot index object |
5005 |
N/A | <Item> is not a string; String expected |
5006 |
N/A | <Item> is not a date object; Date object expected |
5007 |
N/A | <Item> is not an object; Object expected |
5008 |
N/A | Cannot assign to <item>; Illegal assignment |
5009 |
N/A | <Item> is undefined; Undefined identifier |
5010 |
N/A | <Item> is not a boolean; Boolean expected |
5011 |
N/A | Can't execute code from a freed script |
5012 |
N/A | Cannot delete <item>; Object member expected |
5013 |
N/A | <Item> is not a VBArray; VBArray expected |
5014 |
N/A | <Item> is not a JScript object; JScript object expected |
5015 |
N/A | <Item> is not an enumerator object; Enumerator object expected |
5016 |
N/A | <Item> is not a regular expression object; Regular Expression object expected |
5017 |
N/A | Syntax error in regular expression |
5018 |
N/A | Unexpected quantifier |
5019 |
N/A | Expected ']' in regular expression |
5020 |
N/A | Expected ')' in regular expression |
5021 |
N/A | Invalid range in character set |
5022 |
N/A | Exception thrown and not caught |
5023 |
N/A | Function does not have a valid prototype object |
5024 |
N/A | The URI to be encoded contains an invalid character |
5025 |
N/A | The URI to be decoded is not a valid encoding |
5026 |
N/A | The number of fractional digits is out of range |
5027 |
N/A | The precision is out of range |
5028 |
N/A | Array or arguments object expected |
5029 |
N/A | Array length must be a finite positive integer |
5030 |
N/A | Array length must be assigned a finite positive number |