AckCustomerSynchronisationResult
From
(Difference between revisions)
Latest revision as of 02:39, 9 June 2005
[edit] Description
Indicates the success of the record marking, or the reason for the failure.
[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. |
CustomerNotFoundFailure | The customer primary key passed in, could not be found on the server. |
TooManyFailure | Too many customer records to mark, please reduce the number of records to process. |
ValidationFailure | One or more fields contained invalid values. |