RPN Schema
Error Complex Type
RPN Schema : Error Complex Type
Description
Standard Validation error.
Namespace http://www.ros.ie/schemas/paye-employers/v1/rpn/
Diagram
Description Element Path Element Code Element Sequence Error Complex Type
Overview
Error
Standard Validation error.
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.
Used By
ValidationError Element
ValidationError Element
Source
<xs:complexType name="Error" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Standard Validation error.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Code" type="pc:errorCode">
      <xs:annotation>
        <xs:documentation>Technical Error Code - to be used for mapping to error messages.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Path" type="pc:errorPath" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Path to error in schema, if available.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="pc:errorDescription">
      <xs:annotation>
        <xs:documentation>Description of error - to be used for support.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
RPN Schema