public class RuleOperationError
extends java.lang.Object
| Constructor and Description |
|---|
RuleOperationError()
Initializes a new instance of the RuleOperationError class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOperationIndex()
Indicates the index of the operation in the request that caused the rule operation error.
|
java.util.List<RuleValidationError> |
getValidationErrors()
Represents an array of rule validation errors on each rule field that has an error.
|
public RuleOperationError()
public int getOperationIndex()
public java.util.List<RuleValidationError> getValidationErrors()