public class RuleValidationError
extends java.lang.Object
| Constructor and Description |
|---|
RuleValidationError()
Initializes a new instance of the RuleValidationError class.
|
| Modifier and Type | Method and Description |
|---|---|
RuleValidationErrorCode |
getErrorCode()
Gets a rule validation error code that describes what failed validation for each rule predicate or action.
|
java.lang.String |
getErrorMessage()
Gets the reason for the validation error.
|
RuleFieldUri |
getFieldUri()
Gets the URI to the rule field that caused the validation error.
|
java.lang.String |
getFieldValue()
Gets the value of the field that caused the validation error.
|
public RuleValidationError()
public RuleFieldUri getFieldUri()
public RuleValidationErrorCode getErrorCode()
public java.lang.String getErrorMessage()
public java.lang.String getFieldValue()