Unreachable State

Unreachable state <state_name>

Description:

The state machine contains a state with name <state_name> that can not be reached from the start state, i.e. no transition leads to that state.

Solution:

Delete the state or make the state reachable from the start state.