AckUserSynchronisationResult
From
(Difference between revisions)
Latest revision as of 03:53, 9 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. |
TooManyFailure | Too many customer records to mark, please reduce the number of records to process. |
UserNotFoundFailure | The user primary key passed in, could not be found on the server. |
ValidationFailure | One or more fields contained invalid values. |