Enhanced Reporting Schema
ValidationError Element
Enhanced Reporting Schema > CheckErrRunResponse Complex Type : ValidationError Element
Description
List of Errors (if any) on the CheckErrRunRequest.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/enhanced_reporting/
Type
Error Complex Type
Diagram
Description Element Path Element Code Element Sequence ValidationError Element
Overview
ValidationError 0..∞ Error Complex Type
List of Errors (if any) on the CheckErrRunRequest.
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
Technical description of error.
Source
<xs:element name="ValidationError" type="pp:Error" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>List of Errors (if any) on the CheckErrRunRequest.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CheckErrRunResponse Complex TypeEnhanced Reporting Schema