Contents will be an integer value. The value 0 indicates successful processing of the message, and any non-zero value indicates something less than complete successful processing.
Requests that contain multiple parts (for example, a JobSubmitRequest with multiple Message elements) may return an overall Status for the request, and a more specific Status (or RecStatus) for each part.
A success (0) StatusCode in the overall Status may merely mean that the request was processable, not that all of the parts were successfully executed - the individual status of each part should be examined.
In general, a value of 1 indicates a failure or problem. An overall request StatusCode of 2 indicates partial success. For multi-part results, the status of each part must be examined. |