GetJobDetailResult
From
(Difference between revisions)
m (→Success Mode) |
|||
Line 3: | Line 3: | ||
== Success Mode == | == Success Mode == | ||
− | The field jobDetail is populated with a [[JobCustomerBean]] for the job detail requested. | + | The field jobDetail is populated with a [[JobCustomerBean]] for the job detail requested. The field may also be null, indicating there was no record found. |
== Failure Modes == | == Failure Modes == |
Latest revision as of 04:29, 3 June 2005
[edit] Description
Contains the job detail requested, or a reason why the data could not be obtained.
[edit] Success Mode
The field jobDetail is populated with a JobCustomerBean for the job detail requested. The field may also be null, indicating there was no record found.
[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. |