MySQL 8.4.2
Source Code Documentation
|
A packet to inform the applier it should fail. More...
#include <applier.h>
Public Member Functions | |
Error_action_packet (const char *error_message) | |
Create a new error packet. More... | |
~Error_action_packet () override=default | |
const char * | get_error_message () |
Returns the error message for the failure. More... | |
Public Member Functions inherited from Packet | |
Packet (int type) | |
Create a new generic packet of a certain type. More... | |
virtual | ~Packet ()=default |
int | get_packet_type () |
Private Attributes | |
const char * | m_error_message |
The error message for the failure process. More... | |
A packet to inform the applier it should fail.
It should include a message about the failure
|
inline |
Create a new error packet.
error_message | the error that will make the applier stop |
|
overridedefault |
|
inline |
Returns the error message for the failure.
|
private |
The error message for the failure process.