[This is preliminary documentation and subject to change]
You attempted to use the default statement more than once within a switch statement. The default case is always the last case statement in a switch statement (it is the fall-through case).
To correct this error
Switch | Controlling Program Flow | JScript Reserved Keywords