public class ConnectionValidationResult extends Object
| Constructor and Description |
|---|
ConnectionValidationResult() |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
getErrorType() |
String |
getException() |
String |
getMessage() |
boolean |
isValid() |
void |
setErrorType(ErrorType errorType) |
void |
setException(String exception) |
void |
setMessage(String message) |
void |
setValid(boolean valid) |
public void setValid(boolean valid)
public boolean isValid()
true if the test connection was successful otherwise false.public void setMessage(String message)
public String getMessage()
String message describing the reason why the test connection failure.public void setErrorType(ErrorType errorType)
public void setException(String exception)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.