⚠️ 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-4037
InvalidConfigNumberValueSoloError — Validation
InvalidConfigNumberValueSoloError
| Code | SOLO-4037 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when a numeric configuration value cannot be parsed; the message names the value and wraps the underlying failure in cause. solo expects a number here, so this means the provided value is not numeric or is not in the accepted form.
Troubleshooting Steps
- Provide a valid integer or decimal number for this configuration option
- Run solo –help for usage information