'<specifier>' is not valid on a constant declaration
A Const statement contains an invalid keyword. A Const statement can include only the Friend, Private, Protected, Public, or Shadows keywords.
Error ID: BC30233
To correct this error
Ensure that the keyword is spelled correctly.
Remove the invalid keyword from the Const statement.