2using System.Collections.Generic;
12 private readonly IPEndPoint endpoint;
13 private readonly ResponseType response;
14 private readonly Exception error;
37 public Exception
Error => this.error;
42 public bool Ok => this.error is
null;
Contains the response from one of the endpoints in the cluster.
bool Ok
If the command was executed without error on the endpoint.
Exception Error
Any error returned from the endpoint.
IPEndPoint Endpoint
Remote endpoint
ResponseType Response
Response from endpoint