The extension will be registered and placed in an error state. None of its components or event handlers will be registered. This behavior should be used when there is not a reasonable expectation of conflicts and the extension cannot gracefully handle them if they do arise.
The extension and all of its non-conflicting components will be registered as normal. This behavior should be used when the extension can gracefully handle the conflict.
The extension nor any of its components or event handlers will be registered. This behavior should be used when there is a reasonable expectation of conflicts and the extension cannot gracefully handle them.
Defines extension behavior when conflicts are detected between multiple extensions