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


Chapter 21 SpaceResultList and InvokeResultList : SpaceResultList and InvokeResultList Operations : tibasSpaceResultList_HasError()

tibasSpaceResultList_HasError()
Function
Declaration
tibas_boolean tibasSpaceResultList_HasError(
tibasSpaceResultList resultList)
Purpose
Checks whether a specified SpaceResultList contains a space result with an error.
Parameters
 
Remarks
Use the tibasSpaceResultList_HasError() function to determine whether any of the space results in a specified SpaceResult list has an error. If there is an error, the function returns TIBAS_TRUE.
If the result list contains an error, you can call the tibasSpaceResultList_GetError() function to determine the error.
See Also
tibasSpaceResultList_GetError()
 

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