SOLO-4010
GrpcEndpointsRequiredSoloError — Validation
GrpcEndpointsRequiredSoloError
| Code | SOLO-4010 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when --grpc-endpoints is required for the chosen endpoint type but was not provided; the message names the endpoint type. Certain endpoint types need explicit gRPC endpoints, so this means the flag must be supplied for that type.
Troubleshooting Steps
- Provide gRPC endpoints: solo consensus node add –grpc-endpoints ip:port,...
- Or switch endpoint type: solo consensus node add –endpoint-type FQDN
- Review flag usage: solo consensus node add –help