2.2.5.3 SPSubscriptionSettingsActionFaultType

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.SharePoint

The SPSubscriptionSettingsActionFaultType element specifies the error condition that triggered the SOAP fault.

 <xs:simpleType name="SPSubscriptionSettingsActionFaultType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="ArgumentOutOfRangeException"/>
     <xs:enumeration value="ArgumentNullException"/>
     <xs:enumeration value="SPDatabaseException"/>
     <xs:enumeration value="SPDeletedConcurrencyException"/>
     <xs:enumeration value="SPUpdatedConcurrencyException"/>
     <xs:enumeration value="ArgumentException"/>
     <xs:enumeration value="SPException"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the SPSubscriptionSettingsActionFaultType simple type.

Value

Meaning

ArgumentOutOfRangeException

An argument in the input WSDL message was not in the expected range of values.

ArgumentNullException

An argument in the input WSDL message was NULL.

SPDatabaseException

An unexpected database error occurred on the protocol server while processing the SOAP request.

SPDeletedConcurrencyException

The SOAP request attempted processing an object that was not found by the protocol server.

SPUpdatedConcurrencyException

The SOAP request attempted processing an object in the protocol server that was simultaneously updated by another request.

ArgumentException

An argument in the input WSDL message was invalid

SPException

An unexpected error occurred on the protocol server while processing the SOAP request.