JScript Syntax Errors

Microsoft Office JScript

Microsoft® JScript® JScript Syntax Errors  Language Reference 
Version 1 


Error Number Description
1001 Out of memory
1002 Syntax error
1003 Expected ':'
1004 Expected ';'
1005 Expected '('
1006 Expected ')'
1007 Expected ']'
1008 Expected '{'
1009 Expected '}'
1010 Expected identifier
1011 Expected '='
1012 Expected '/'
1013 Invalid number
1014 Invalide character
1015 Unterminated string constant
1016 Unterminated comment
1018 'return' statement outside of function
1019 Can't have 'break' outside of loop
1020 Can't have 'continue' outside of loop
1023 Expected hexadecimal digit
1024 Expected 'while'
1025 Label redefined
1026 Label not found
1027 'default' can only appear in a 'switch' statement
1028 Expected identifier or string
1029 Expected '@end'
1030 Conditional compilation turned off
1031 Expected constant
1032 Expected '@'
1033 Expected 'catch'
1034 Expected 'var'
1035 'throw' must be followed by an expression on the same source line