SOLO-4077
ConfirmationRequiredSoloError — Validation
ConfirmationRequiredSoloError
| Code | SOLO-4077 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when an action requires interactive confirmation but solo cannot ask for it (for example when running with –quiet or –force, or in a non-interactive environment such as CI). Rather than proceed without the user’s consent, solo refuses and asks the user to confirm interactively.
Troubleshooting Steps
- Re-run the command interactively (without –quiet or –force) so the confirmation prompt can be shown