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


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

tibasSpaceResult_HasError()
Function
Declaration
tibas_boolean tibasSpaceResult_HasError(
tibasSpaceResult result)
Purpose
Checks a specified SpaceResult object for errors.
Parameters
 
Remarks
Use the tibasSpaceResult_HasError() function to check a specified SpaceResult object for errors.
If the space result has an error, the function returns TIBAS_TRUE. If there is no error, it returns TIBAS_FALSE.
If the space result has an error, you can call the tibasSpaceResult_GetError() function to determine the error.
See Also
tibasSpaceResult_GetError()
 

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