http://yieldstar.com/ws/AppExchange/v1
complexType baseFault

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://yieldstar.com/ws/AppExchange/v1}baseFault (restriction)

Documentation
                This is the base fault for all possible faults in this service.
            
Properties
This component is not nillable.

Model
<...>
(code?, message? )
</...>


Nested Element Summary
xs:stringcode
           The code is a unique identifier to be used when contacting support on an errored request.  
xs:stringmessage
          
Source
<xs:complexType name="baseFault">
<xs:sequence>
<xs:element minOccurs="0" name="code" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="message" type="xs:string"/>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.