public interface ConnectionValidationResult
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.message.ErrorType |
getErrorType() |
String |
getException() |
String |
getMessage() |
boolean |
isValid() |
boolean isValid()
true if the test connection was successful otherwise false.String getMessage()
String message describing the reason why the test connection failure.org.mule.runtime.api.message.ErrorType getErrorType()
ConnectionExceptionCode for the test connection failure.Copyright © 2017 MuleSoft, Inc.. All rights reserved.