Retrieves a message string from a return-status descriptor.
Syntax
public String getErrorString();
Parameters
None.
Return values
A String containing an error or informational message for the integration broker, or null.
Exceptions
None.
Notes
The getErrorString() method returns a message that can be an error message or an informational message.
See also