Interface IntegrationRuleError
public interface IntegrationRuleError
Provides methods to retrieve the error type and message associated with an integration rule.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a human-readable error message.getType()
The message error type of the integration rule.
-
Method Details
-
getType
MessageErrorType getType()The message error type of the integration rule.An error message of this form can be used to make programmatic decisions.
- Returns:
MessageErrorType
enum
-
getMessage
String getMessage()Returns a human-readable error message.An error message of this form should not be used to make programmatic decisions.
- Returns:
- a non-null, human-readable error message
-