abstract class ErrorCode { ErrorCode._(); static const int errorCodeNoLogin = 1006; static const int errorCodeNoProfession = 5003; static const int errorCodeNoEnergy = 5004; }