![]() | Programming Guide | ![]() ![]() ![]() ![]() |
Initiates error processing for a transaction manager error code
#include <tmusubs.h>int sm_tm_command_errset(char *caller_id, int code);
caller_id
- A string used for identification; in Panther transactions models this is set to the module name followed by the function name where the event was triggered.
code
- One of the transaction manager
DM_TM_ERR_XXXX
return codes.
sm_tm_command_errset
reports an error to the transaction manager error processor (sm_tm_error
).code
is one of theDM_TM_ERR_XXX
return codes returned from sm_tm_command. The error severity level is set toTM_ERROR
. The error text generated corresponds to the error message for code.
![]()
![]()
![]()
![]()