SOLO-4036
InvalidCommaSeparatedStringSoloError — Validation
InvalidCommaSeparatedStringSoloError
| Code | SOLO-4036 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
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
- Provide a comma-separated list of values (e.g., node1,node2,node3)
- Do not include spaces around commas unless they are part of the values