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