DeleteResourceResult
From
(Difference between revisions)
Latest revision as of 04:51, 10 June 2005
[edit] Description
Returns the success or failure to delete a specified resource.
[edit] Success Mode
None of the failure fields are populated, indicating there was no problem with deleting the resource.
[edit] Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
Type | Description |
---|---|
AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function. |
ResourceNotFoundFailure | A resource with a name matching the reqested resource name was not found on the server. |