Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.