Interface IPromptTestConnectionRetVal
public interface IPromptTestConnectionRetVal
Represents the return value of a prompt connection test, see
testConnection.- Since:
- 8.5.0
-
Method Summary
-
Method Details
-
messages
An optional list of messages describing the outcome of the test. Ifsuccessful, this is interpreted as a list of informational messages. If notsuccessful, this is interpreted as a list of error messages.- Returns:
- A list of error messages, empty if
successful.
-
success
boolean success()Whether the test was successful.- Returns:
- true if the test was successful, false otherwise
-