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