Code references a label that does not exist. Within a specified scope, labels must be unique.
To correct this error
-
Check the spelling of label names.
-
Ensure that all label references are made to labels that have been defined in the current scope (this includes forward definitions).