package bce.client.utils; public interface BCEErrorCode { int USER_NAME_NOT_EXISTS = 0; int PASSWORD_NOT_MATCH = 1; int LOGIN_CHECK_PASSED = 2; }