| ZVON > References > UDDI Reference |
| Intro / Search / ZVON |
| Element | errInfo [ v2custody ] |
|---|---|
| Occurs in | [ ] - [ ] - [ ] |
| Parents | cancel_transfer |
| Description | 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. See error code appendix in the API specification. |
| XML Schema |
|---|
<xsd:element name="errInfo"> <xsd:complexType> <xsd:simpleContent> <xsd:restriction base="xsd:string"> <xsd:attribute name="errCode" type="xsd:string" use="required"/> </xsd:restriction> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
| Expanded XML Schema |
|---|
<xsd:element name="errInfo"> <xsd:complexType> <xsd:simpleContent> <xsd:restriction base="xsd:string"> <xsd:attribute name="errCode" type="xsd:string" use="required"/> </xsd:restriction> </xsd:simpleContent> </xsd:complexType> </xsd:element> |