abstract class ErrorCode { ErrorCode._(); static const int ERROR_CODE_NO_LOGIN = 1006; }