GetJobSummariesResult
From
Description
Returns the list of all summaries related to the request, or a raeson for the failure..
Success Mode
The JobSummaries field will contain an array of one or more JobSummaryBean data objects.
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 | Indicates there are too many objects to be returned, and includes the max number of records that can be returned. |