Manage the case when AppletError is the wrong type
AppletError.qml could be valid qml but not a plasmoiditem, leading to a null item which will crash. add a guard to that.
AppletError.qml could be valid qml but not a plasmoiditem, leading to a null item which will crash. add a guard to that.