SOLO-4035
InvalidEndpointFormatSoloError — Validation
InvalidEndpointFormatSoloError
| Code | SOLO-4035 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when an endpoint is not in the expected url:port format; the message includes the offending value. solo parses endpoints from flags and config, so this means the value is malformed — provide it as url:port.
Troubleshooting Steps
- Provide the endpoint in url:port format (e.g., 127.0.0.1:50211)
- Run solo –help for usage information