GetJobDetailsResult
From
(Difference between revisions)
Latest revision as of 22:47, 30 May 2005
[edit] Description
Contains all the job details requested, or a reason why the data could not be obtained.
[edit] Success Mode
The field jobDetails is populated with an array of JobCustomerBean, one for each job detail requested.
[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. |
JobNotFoundFailure | A job with a primary key matching the reqested primary key was not found on the server. |
TooManyFailure | There are too many records to return. |