Returns the error stored in the InvokeResult at a specified index position in a specified InvokeResultList.
      Declaration
tibas_status tibasInvokeResultList_GetError(
    tibasInvokeResultList resultList,
    tibasError* error,
    tibas_int index)
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | resultList | Specifies the resultList to check for an error. | 
                  
                     | error | Returns the error at the specified index position. | 
                  
                     | index | Specifies the index position to return the error for. | 
               
            
Remarks
Use the tibasInvokeResultList_GetError() function to determine the error condition that exists in a invocation result at a specified location in an InvokeResult list.
Copyright © Cloud Software Group, Inc. All rights reserved.