⚠️ 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-4076
FlagInputFailedSoloError — Validation
FlagInputFailedSoloError
| Code | SOLO-4076 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when input validation for a flag fails; the message names the flag and wraps the underlying failure in cause. solo validates and coerces flag inputs before using them, so this means the provided value did not pass validation — correct the flag value.
Troubleshooting Steps
- Verify the value provided for –
is valid - Run solo –help for usage information and accepted flag values