tibasSpaceResult_HasError()

Checks a specified SpaceResult object for errors.

Declaration

tibas_boolean tibasSpaceResult_HasError(
    tibasSpaceResult result)

Parameters

Parameter Description
result The SpaceResult object to be checked for errors.

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.