Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 20 SpaceResult and InvokeResult : SpaceResult and InvokeResult Operations : tibasInvokeResult_GetError()

tibasInvokeResult_GetError()
Function
Declaration
tibas_status tibasInvokeResult_GetError(
tibasInvokeResult result,
tibasError* error);
Purpose
Returns errors contained in a specified invoke result object.
Parameters
 
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.
See Also
tibasInvokeResult_HasError(), tibasSpace_Invoke(), tibasSpace_InvokeMember(), tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), tibasSpace_InvokeSeeders()
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved