The ReturnStatusDescriptor class enables connectors to return error and informational messages in a return-status descriptor. This descriptor provides additional status information is usually returned as part of the request response sent to the integration broker.
The header file for this class is ReturnStatusDescriptor.hpp. It resides in the following subdirectory of your product directory:
DevelopmentKits\cdk\generic_include
Table 110 summarizes the methods in the
ReturnStatusDescriptor class.
Member method | Description | Page |
---|---|---|
getErrorMsg() | Retrieves an error message string from a return-status descriptor. | getErrorMsg() |
getStatus() | Retrieves the status value from a return-status descriptor. | getStatus() |
seterrMsg() | Sets a string containing an error or informational message in the return-status descriptor. | seterrMsg() |
setStatus() | Sets the status value in the return-status descriptor. | setStatus() |