SOLO-4037

InvalidConfigNumberValueSoloError — Validation

InvalidConfigNumberValueSoloError

CodeSOLO-4037
CategoryValidation
OwnershipUser
RetryableNo

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

  1. Provide a valid integer or decimal number for this configuration option
  2. Run solo –help for usage information