AckJobSynchronisationResult
From
Description
Indicates the success or failure of the method to mark the specified job records as being synchronized.
Success Mode
All failure fields are left as null (Nothing in Visual Basic) fields, indicating nothing went wrong, and the method completed successfully.
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. |
JobNotFoundFailure | A job with a primary key matching the reqested primary key was not found on the server. |
TooManyFailure | There are too many jobs to synchronise. |
ValidationFailure | One or more fields contained invalid values. |