3.1.4.2.3.9 t:RuleOperationErrorType Complex Type

The RuleOperationErrorType complex type specifies a rule (2) operation error.

 <xs:complexType name="RuleOperationErrorType">
   <xs:sequence>
     <xs:element name="OperationIndex"
       type="xs:int"
       maxOccurs="1"
       minOccurs="1"
      />
     <xs:element name="ValidationErrors"
       type="t:ArrayOfRuleValidationErrorsType"
       maxOccurs="1"
       minOccurs="1"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the RuleOperationErrorType complex type.

Element name

Type

Description

OperationIndex

xs:int ([XMLSCHEMA2])

Specifies the index of the operation in the request that caused the rule (2) operation error.

ValidationErrors

t:ArrayOfRuleValidationErrorsType (section 3.1.4.2.3.10)

Specifies an array of rule (2) validation errors on each rule (2) field that has an error.