DeleteFailure Structure
Represents the error message that is associated with a failure that occurs while processing a GUID from a DeleteAlerts([]) operation. The structure contains the GUID that failed as a string, and an ErrorType value that indicates why the failure occurred.
Namespace: [Alerts Web service]
Web service reference: http://Site/_vti_bin/Alerts.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Structure DeleteFailure
'Usage
Dim instance As DeleteFailure
[SerializableAttribute]
public struct DeleteFailure
Remarks
Deletion errors are counted during operations. The maximum number of errors is implementation-dependent. If the maximum number of errors is reached, processing is terminated, and a DeleteFailure error message that contains this value is appended to the response message.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.