ErrorType Enumeration

ErrorType describes a particular failure that occurred during DeleteAlerts request processing.

Web Service: AlertsWeb Reference: http://<Site>/_vti_bin/Alerts.asmx

Syntax

<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration ErrorType

Dim instance As ErrorType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public enum ErrorType

Members

  Member name Description
AccessDenied Authenticated user is not authorized to delete the specified alert subscription. 
None Not used. 
ServerError Unspecified server error occurred during a DeleteAlerts operation. 
TooManyErrors Maximum number of failures occurred while the server was processing a DeleteAlerts request message. 

Remarks

The following table defines the allowable values.

Value

Description

None

Not used

AccessDenied

Authenticated user is not authorized to delete the specified alert subscription.

ServerError

Unspecified server error occurred during a DeleteAlerts operation.

TooManyErrors

Maximum number of failures occurred while the server was processing a DeleteAlerts request message.

Example

<s:simpleType name="ErrorType">

<s:restriction base="s:string">

<s:enumeration value="None"/>

<s:enumeration value="AccessDenied"/>

<s:enumeration value="ServerError"/>

<s:enumeration value="TooManyErrors"/>

</s:restriction>

</s:simpleType>

See Also

Reference

Alerts Web Service