Code |
Description |
2781 |
"Expected 'while'" |
2782 |
"Expected ':'" |
2783 |
"Expected ';'" |
2784 |
"Expected '('" |
2785 |
"Expected ')'" |
2786 |
"Syntax error" |
2787 |
"Expected ']'" |
2788 |
"Expected identifier" |
2789 |
"Expected '='" |
2790 |
"Invalid character " |
2791 |
"Expected '}'" |
2792 |
"function no match" |
2793 |
"if no match" |
2794 |
"else no match" |
2795 |
"continue statement cannot be used in a switch
statement" |
2796 |
"no for match" |
2797 |
"with no match" |
2798 |
"Cannot have a break outside of a loop" |
|