tibasError_GetSevereError()

Returns the error stack if there was a severe error, as indicated by the status code returned by the operation.

Declaration

tibas_status tibasError_GetSevereError
(tibasError* error)

Parameters

Parameter Description
error The error stack returned by the function that last experienced a severe error.

Remarks

Use the tibasError_GetSevereError() function to return the error stack for a function that caused a severe error.