SOLO-3024
ExplorerDestroyFailedSoloError — Component
ExplorerDestroyFailedSoloError
| Code | SOLO-3024 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo explorer node destroy cannot tear down the Hiero Explorer; the underlying failure is wrapped in cause. Destroy uninstalls the explorer Helm release and removes its resources, so this means that teardown did not complete — for example a Helm release could not be removed or the cluster API was unreachable.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- List Helm releases: helm list -A
- Force-uninstall if stuck: helm uninstall
-n