http://yieldstar.com/ws/AppExchange/v1
element AuthenticationFault

Documentation
                This fault will occur when either the credentials are incorrect
                or the privileges for the provided user are incorrect.
            
Properties
This component is not nillable.

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


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:element name="AuthenticationFault">
<xs:complexType>
<xs:complexContent>
<xs:extension base="tns:baseFault"/>
</xs:complexContent>
</xs:complexType>
</xs:element>


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