⚠️ 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-9012
InjectedFailureSoloError — Internal
InjectedFailureSoloError
| Code | SOLO-9012 |
| Category | Internal |
| Ownership | Solo |
| Retryable | No |
Description
Deliberately thrown by solo’s fault-injection hook to exercise failure and recovery paths during testing — it does not represent a genuine problem with your network or environment. When the SOLO_FAIL_AFTER_STEP environment variable is set, the orchestrator compares it against each step title and raises this error immediately after the matching step completes; the message names that step. If you encounter it without intending to test fault handling, it means SOLO_FAIL_AFTER_STEP is set in your environment — unset it to stop the injected failure.
Troubleshooting Steps
- This error is intended for testing purposes.
- If you did not expect to see this error unset your environment variable: SOLO_FAIL_AFTER_STEP