ERR_Packet
indicates that an error occurred.
int<1> ERR_Packet
header = 0xFF
.
int<2> error code. see error list.
Note that the ERR_Packet
is supposed to send a server error to the client. In particular, all error codes in the range 2000 to 2999 and 5000 to 5999 (inclusive) are reserved for client errors and an ERR packet with such an error code will be considered malformed.
This page is licensed: CC BY-SA / Gnu FDL