'End Enum' must be preceded by a matching 'Enum'
An End Enum statement occurs without a corresponding Enum statement. End Enum must be preceded by a corresponding Enum statement.
Error ID: BC30184
To correct this error
Ensure that a preceding Enum statement is not misspelled or otherwise invalid.
Ensure that the Enum members are correctly formatted.