SOLO-4036

InvalidCommaSeparatedStringSoloError — Validation

InvalidCommaSeparatedStringSoloError

CodeSOLO-4036
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when an input is not a valid comma-separated string; the message includes the offending value. solo parses comma-separated lists from flags and config, so this means the value could not be parsed as such — for example stray separators or empty entries.

Troubleshooting Steps

  1. Provide a comma-separated list of values (e.g., node1,node2,node3)
  2. Do not include spaces around commas unless they are part of the values