AckResourceSynchronisationResult
From
(Difference between revisions)
Latest revision as of 05:24, 10 June 2005
[edit] Description
Indicates the success or failure to mark all the records as synchronized.
[edit] Success Mode
All failure fields are null, indicating that no errors have occured, and all records were successfully marked as synchronized.
[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 | The resource name passed in, could not be found on the server. |
TooManyFailure | Too many resource records to mark, please reduce the number of records to process. |
ValidationFailure | One or more fields contained invalid values. |