⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-9014
UncaughtFatalErrorSoloError — Internal
UncaughtFatalErrorSoloError
| Code | SOLO-9014 |
| Category | Internal |
| Ownership | Solo |
| Retryable | No |
Description
Thrown when solo traps an error that escaped every handler — either an uncaughtException or an unhandledRejection; the message names which of the two fired along with the escaped error’s own message, and the escaped error is wrapped in cause. Reaching this point means a code path failed without being handled where it occurred, which indicates a defect in solo rather than invalid user input.
Troubleshooting Steps
- This is an internal Solo error. File a bug report: https://github.com/hiero-ledger/solo/issues