SOLO-4001

MissingArgumentError — Validation

MissingArgumentError

CodeSOLO-4001
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when code reaches a point that requires a value but the value is absent or empty; the error message describes the argument that was expected. In most cases this is a required CLI flag or configuration value that the command was invoked without (for example a deployment selection left empty). It is also used as an internal guard when a method is called without a mandatory argument, in which case it points to a defect in the calling code rather than to user input.

Troubleshooting Steps

  1. Provide the missing argument. Run solo –help for usage information