2.2.4.48 PackageFormatExceptionState

Namespace: Microsoft.SharePoint.BusinessData

The PackageFormatExceptionState complex type is an error complex type that contains information about a protocol-server-side error because a specified XML does not conform to [MS-BDCMFFS] or the MetadataModel contained within the specified XML conforming to [MS-BDCMFFS] having invalid configuration of MetadataObjects or their attributes. The complex type MUST only be included as part of a SOAP fault as specified in Complex Types (section 2.2.4)

 <xs:complexType name="PackageFormatExceptionState" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
     <xs:element xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="ParseErrors" nillable="true" type="q7:ArrayOfstring"/>
     <xs:element xmlns:q3="Microsoft.BusinessData.SharePoint" minOccurs="0" name="SerializedInnerSystemException" nillable="true" type="q3:MetadataException"/>
     <xs:element minOccurs="0" name="ServerStackTrace" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

Message: A description of the error.

ParseErrors: A list of error messages or informational messages about the specified XML.

SerializedInnerSystemException: An implementation-specific representation of additional information about the error.

ServerStackTrace: An implementation-specific representation of the location on the protocol server where the error is occurred.