SOLO-4076

FlagInputFailedSoloError — Validation

FlagInputFailedSoloError

CodeSOLO-4076
CategoryValidation
OwnershipUser
RetryableNo

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

  1. Verify the value provided for – is valid
  2. Run solo –help for usage information and accepted flag values