tibasError_GetMessage()

Returns the error message related to a specified error.

Declaration

tibas_status tibasError_GetMessage
(tibasError error,
char**       message)

Parameters

Parameter Description
error The error stack.
message The error code returned by the function. The message data 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.

Remarks

Use the tibasError_GetMessage() function to return the error message associated with a specified error.