SOLO-4035

InvalidEndpointFormatSoloError — Validation

InvalidEndpointFormatSoloError

CodeSOLO-4035
CategoryValidation
OwnershipUser
RetryableNo

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

  1. Provide the endpoint in url:port format (e.g., 127.0.0.1:50211)
  2. Run solo –help for usage information