The ReturnStatusDescriptor class enables low-level Java connectors to return error and informational messages in a return-status descriptor. It is part of the CxCommon package. This return-status descriptor provides additional status information is usually returned as part of the request response sent to the integration broker.
Table 158 summarizes the methods in the
ReturnStatusDescriptor class.
Member method | Description | Page |
---|---|---|
getErrorString() | Retrieves the error message from the object. | getErrorString() |
getStatus() | Retrieves the status of the requested operation. | getStatus() |
setErrorString() | Sets the error message into the object. | setErrorString() |
setStatus() | Sets the status of the requested operation. | setStatus() |