tibasInvokeResult_GetError()

Returns errors contained in a specified invoke result object.

Declaration

tibas_status tibasInvokeResult_GetError(
    tibasInvokeResult result,
    tibasError* error);

Parameters

Parameter Description
result Specify the InvokeResult object to return n error for.
error If there is an error, returns the error message for the error.

Remarks

If the result of an application call to one of the invocation functions returns an error, use the tibasInvokeResult_GetError() function to return the error message associated with the error.

Before you call tibasInvokeResult_GetError(), call the tibasInvokeResult_HasError() function to determine whether the invocation result returned an error.