ZVON > References > UDDI Reference
Element errInfo [ v2 ]
Occurs in [ ] - [ ] - [ ]     (comparison )
Parents result
Description Supports the DispositionReport structure. Provided for conveying text and structured error code (alphanumeric) information. Error message text is contained by this element.
Attributes
errCode
Returned on output. Signifies error status in a dispositionReport. See error code appendix in the API specification.



XML Schema

<xsd:element name="errInfo">
   <xsd:complexType>
      <xsd:simpleContent>
         <xsd:extension base="xsd:string">
            <xsd:attribute name="errCode" type="xsd:string" use="required"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
</xsd:element>

Expanded XML Schema

<xsd:element name="errInfo">
   <xsd:complexType>
      <xsd:simpleContent>
         <xsd:extension base="xsd:string">
            <xsd:attribute name="errCode" type="xsd:string" use="required"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
</xsd:element>