Compiler Error AL0504
Note
The AL diagnostics topics are in preview. If you have input for this topic, we'd love to hear from you. Use our GitHub repo to create a PR and add content to this topic by going to here. To read about contributing, see Contribute to the Help. Thanks!
The enum '{0}' is not extensible.
Description
The referenced enum is not extensible. Enums are not extensible by default, you must set the Extensible property to *true.