RuleValidationErrorType
extends Type
in package
Represents a single validation error on a particular rule property value, predicate property value, or action property value.
Table of Contents
Properties
- $ErrorCode : string
- Represents a rule validation error code that describes what failed validation for each rule predicate or action.
- $ErrorMessage : string
- Represents the reason for the validation error.
- $FieldUri : string
- Specifies the URI to the rule field that caused the validation error.
- $FieldValue : string
- Represents the value of the field that caused the validation error.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$ErrorCode
Represents a rule validation error code that describes what failed validation for each rule predicate or action.
public
string
$ErrorCode
Tags
$ErrorMessage
Represents the reason for the validation error.
public
string
$ErrorMessage
Tags
$FieldUri
Specifies the URI to the rule field that caused the validation error.
public
string
$FieldUri
Tags
$FieldValue
Represents the value of the field that caused the validation error.
public
string
$FieldValue
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed