Make addReplyError...() family functions able to get error codes.
Now you can use:
addReplyError("-MYERRORCODE some message");
If the error code is omitted, the behavior is like in the past,
the generic -ERR will be used.
Please register or sign in to comment