0-15 - An exception occurred while loading the extension class
Possible Reason
- The
clazz
class does not implement the interface class of the current extension point. - The extension may be an interface or not exist.
Troubleshooting and resolution steps
- Check the extension class declaration, and there is no matching extension implementation class.
- The extension implementation class needs to implement the extension point interface class and method.
Last modified January 3, 2023: Merge error code 3-3 to 3-8, 6-4 to 99-0. (#1796) (a687d30ae0)