RPN Schema
ValidationError Element
RPN Schema > NewRPNResponse Complex Type : ValidationError Element
Description
List of Validation errors (if any) on the NewRPNRequest.
Namespace http://www.ros.ie/schemas/paye-employers/v1/rpn/
Type
Error Complex Type
Diagram
Description Element Path Element Code Element Sequence ValidationError Element
Overview
ValidationError 0..∞ Error Complex Type
List of Validation errors (if any) on the NewRPNRequest.
Sequence
Code errorCode Simple Type
Technical Error Code - to be used for mapping to error messages.
Path optional errorPath Simple Type
Path to error in schema, if available.
Description errorDescription Simple Type
Description of error - to be used for support.
Source
<xs:element name="ValidationError" type="pr:Error" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>List of Validation errors (if any) on the NewRPNRequest.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also
NewRPNResponse Complex TypeRPN Schema