/**
* Step 3.1. Abort due to false name...
*/
public static void error(Channel channel, ErrorCode errorCode)
{
P381_CharacterCreateError mAction = new P381_CharacterCreateError();
mAction.init(channel);
mAction.setErroCode(errorCode.get());
channel.writeAndFlush(mAction);
}