GetErrorMessage
method in Coherence.Connection.EndpointData
Methods
public string GetErrorMessage(EndpointData.ValidationResult result)
Returns the error message as a string if the EndpointData is invalid.
Parameters
| Type | Name | Description |
|---|---|---|
| EndpointData.ValidationResult | result |
Returns
| Type | Description |
|---|---|
| string | The error message. If there is no error it returns an empty string. |