Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:FaultDetailsType"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
never
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Annotation
SOAP faults are used to indicate that an infrastructure error has occurred, such as a problem on eBay's side with database or server going down, or a problem with the client or server-side SOAP framework.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="FaultDetailsType">
<xs:sequence>
<xs:element minOccurs="0" name="ErrorCode" type="xs:string"/>
<xs:element minOccurs="0" name="Severity" type="xs:string"/>
<xs:element minOccurs="0" name="DetailedMessage" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:DetailedMessage
Type:
xs:string, predefined, simple content
Description of the condition that caused the SOAP fault.
XML Representation Summary
<ns:DetailedMessage>
   
Content: 
{ xs:string }
</ns:DetailedMessage>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DetailedMessage" type="xs:string"/>

ns:ErrorCode
Type:
xs:string, predefined, simple content
Error code can be used by a receiving application to debug a SOAP response message that contains one or more SOAP fault details. Each error code is uniquely defined for each fault scenario. See the eBay documentation for more information. Your application can use error codes as identifiers in your customized error-handling algorithms.
XML Representation Summary
<ns:ErrorCode>
   
Content: 
{ xs:string }
</ns:ErrorCode>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ErrorCode" type="xs:string"/>

ns:Severity
Type:
xs:string, predefined, simple content
Indicates whether the error is a severe error (causing the request to fail) or an informational error (a warning).
XML Representation Summary
<ns:Severity>
   
Content: 
{ xs:string }
</ns:Severity>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Severity" type="xs:string"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.