tibasSpaceResultList_HasError()

Checks whether a specified SpaceResultList contains a space result with an error.

Declaration

tibas_boolean tibasSpaceResultList_HasError(
    tibasSpaceResultList resultList)

Parameters

Parameter Description
resultList The SpaceResultList object on which the function is invoked.

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.