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


Chapter 27 Error : Error Operations : tibasError_GetStackTrace()

tibasError_GetStackTrace()
Function
Declaration
tibas_status tibasError_GetStackTrace
(tibasError error,
char** stackTrace)
Purpose
Returns a stack trace for a specified error.
Parameters
 
Remarks
Use the tibasError_GetStackTrace() function to return the stack trace for a specified error.
The stack trace is owned by the error object. There is no need to free it explicitly, as it will be freed when the error object is freed.
See Also
tibasError_GetCode(), tibasError_GetMessage()
 

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