Returns the error stored in the SpaceResult at a specified index position in a specified SpaceResultList.
Declaration
tibas_status tibasSpaceResultList_GetError(
tibasSpaceResultList resultList,
tibasError* error,
tibas_int index)
Parameters
Parameter |
Description |
resultList |
The SpaceResultList object on which the function is invoked. |
error |
The error returned by the function. |
index |
The position index of the Error object to be returned. |
Remarks
Use the tibasSpaceResultList_GetError() function to determine the error condition that exist in a space result at a specified location in a SpaceResult list.
Copyright © Cloud Software Group, Inc. All rights reserved.