HIVE SDK for C++

Public 타입 | 모든 멤버 목록
ResultAPI 클래스 참조

#include <HIVE_ResultAPI.h>

Public 타입

enum  ErrorCode {
}
 
enum  Code {
  Success = 0 , CommonHTTPConnectionException = -1 , CommonHTTPConnectionOpenException = -2 , CommonHTTPContentEncodingNotSupported = -3 ,
  CommonHTTPDecryptionFailed = -4 , CommonHTTPResponseException = -5 , CommonHTTPInvalidBody = -6 , CommonHTTPInvalidJSON = -7 ,
  CommonHTTPInvalidURLRequest = -8 , CommonHTTPInvalidURL = -9 , CommonHTTPGzipDecodeFailed = -10 , CommonHTTPNetworkError = -11 ,
  TestError = -800 , TestWithNSError = -801 , TestWithNSString = -802 , TestWithNSDictionary = -803 ,
  CommonUnknown = -999 , AuthNotInitialized = -1100001 , AuthInvalidServerResponse = -1100002 , AuthServerResponseNotSuccessful = -1100003 ,
  AuthInvalidUser = -1100004 , AuthUserCanceled = -1100005 , AuthInProgressLoginLogout = -1100006 , AuthInvalidSelectedAccountURL = -1100007 ,
  AuthInvalidSelectedVID = -1100008 , AuthOnRunningV4 = -1100009 , AuthInvalidConfigurationXml = -1100010 , AuthInvalidParamLoginType = -1100011 ,
  AuthInvalidParamVID = -1100012 , AuthInvalidParamSessionKey = -1100013 , AuthInvalidGuestSession = -1100014 , AuthUserInBlacklist = -1100015 ,
  AuthInvalidAccountSession = -1100016 , AuthJsonException = -1100017 , AuthCanceled = -1100018 , AuthDialogAlreadyUsing = -1100019 ,
  AuthNetworkErrorShowLoginSelection = -1100020 , AuthNetworkErrorCheckMaintenance = -1100021 , AuthResponseFailCheckMaintenance = -1100022 , AuthResponseFailMaintenanceDialog = -1100023 ,
  AuthNetworkErrorProcessLoginType = -1100024 , AuthNetworkErrorGuestLogin = -1100025 , AuthHIVESocialLoginCancelled = -1100026 , AuthNetworkErrorLoginCenterLogin = -1100027 ,
  AuthNetworkErrorRequestUpdate = -1100028 , AuthNetworkErrorRequestAdultConfirm = -1100029 , AuthInvalidParamVIDList = -1100030 , AuthAgreementFail_DoExit = -1100031 ,
  AuthMaintenanceActionDefault_DoExit = -1100032 , AuthMaintenanceActionOpenURL_DoExit = -1100033 , AuthMaintenanceActionExit_DoExit = -1100034 , AuthMaintenanceActionDone = -1100035 ,
  AuthMaintenanceTimeover_DoExit = -1100036 , AuthUserInBlacklistActionDefault_DoExit = -1100037 , AuthUserInBlacklistActionOpenURL_DoExit = -1100038 , AuthUserInBlacklistActionExit_DoExit = -1100039 ,
  AuthUserInBlacklistActionDone = -1100040 , AuthUserInBlacklistTimeover_DoExit = -1100041 , AuthInProgressInitialize = -1100042 , AuthSkipPermissionView = -1100043 ,
  AuthInProgressRequestPermissionViewData = -1100044 , AuthNetworkErrorRequestPermissionViewData = -1100045 , AuthProviderMissingKey = -1100046 , AuthResponseFailLogoutOnlyPGSConnectedUser = -1100047 ,
  AuthNetworkErrorLoginCenterSignOut = -1100048 , AuthV4InvalidServerResponse = -1200001 , AuthV4OnRunningV1 = -1200002 , AuthV4InProgressSignIn = -1200003 ,
  AuthV4InvalidConfigurationXml = -1200004 , AuthV4InvalidSavedPlayerInfo = -1200005 , AuthV4AlreadyAuthorized = -1200006 , AuthV4ConflictPlayer = -1200007 ,
  AuthV4UserInBlacklist = -1200008 , AuthV4InvalidSession = -1200009 , AuthV4ConflictPlayerHandlingFail = -1200010 , AuthV4InvalidParamDid = -1200011 ,
  AuthV4NotInitialized = -1200012 , AuthV4SessionExist = -1200013 , AuthV4SessionNotExist = -1200014 , AuthV4InvalidProviderType = -1200015 ,
  AuthV4SigninFirst = -1200016 , AuthV4ProviderAlreadyConnected = -1200017 , AuthV4ProviderAlreadyDisconnected = -1200018 , AuthV4InvalidParamSelectedPlayerid = -1200019 ,
  AuthV4InvalidConflictInfo = -1200020 , AuthV4InvalidPlayeridList = -1200021 , AuthV4JsonException = -1200022 , AuthV4InvalidSigninSelection = -1200023 ,
  AuthV4NotSupportedProviderType = -1200024 , AuthV4WebviewDialogError = -1200025 , AuthV4InProgressAuthDialog = -1200026 , AuthV4InvalidParamViewID = -1200027 ,
  AuthV4InvalidParamPlayerID = -1200028 , AuthV4NetworkErrorSigninGuest = -1200029 , AuthV4ResponseFailProviderUserID = -1200030 , AuthV4ResponseFailSelectedPlayerID = -1200031 ,
  AuthV4CancelDialog = -1200032 , AuthV4ResponseFailSocialDialog = -1200033 , AuthV4ProfileNetworkError = -1200034 , AuthV4ProfileResponseFail = -1200035 ,
  AuthV4MembershipNetworkError = -1200036 , AuthV4MembershipResponseFail = -1200037 , AuthV4ResponseFailSigninProvider = -1200038 , AuthV4ResponseFailCheckProvider = -1200039 ,
  AuthV4ResponseFailGetFriendList = -1200040 , AuthV4ResponseFailSigninGuest = -1200041 , AuthV4InProgressConnect = -1200042 , AuthV4InProgressShowLeaderboard = -1200043 ,
  AuthV4InProgressShowAchievements = -1200044 , AuthV4PlayerChange = -1200045 , AuthV4HelperImplifiedLoginFail = -1200046 , AuthV4PlayerResolved = -1200047 ,
  AuthV4AgreementFail_DoExit = -1200048 , AuthV4AgreementFailWithWebviewError_DoExit = -1200049 , AuthV4MaintenanceActionDefault_DoExit = -1200050 , AuthV4MaintenanceActionOpenURL_DoExit = -1200051 ,
  AuthV4MaintenanceActionExit_DoExit = -1200052 , AuthV4MaintenanceActionDone = -1200053 , AuthV4MaintenanceTimeover_DoExit = -1200054 , AuthV4NetworkError = -1200055 ,
  AuthV4InvalidResponseData = -1200056 , AuthV4ServerResponseError = -1200057 , AuthV4NeedSignIn = -1200058 , AuthV4InProgress = -1200059 ,
  AuthV4InvalidParam = -1200060 , AuthV4SkipPermissionView = -1200061 , AuthV4InvalidCertification = -1200062 , AuthV4LastProviderCantDisconnect = -1200063 ,
  AuthV4ProviderLoginError = -1200101 , AuthV4ProviderLogoutError = -1200102 , AuthV4ProviderNotSupportGetFriends = -1200103 , AuthV4ProviderLoginCancel = -1200104 ,
  AuthV4ProviderMissingKey = -1200105 , authV4ProviderNotSupportedMyInquiry = -1200106 , AuthV4FacebookUserCanceled = -1200201 , AuthV4FacebookResponseFailGetFriends = -1200202 ,
  AuthV4FacebookNetworkErrorUploadProfile = -1200203 , AuthV4FacebookResponseFailUploadProfile = -1200204 , AuthV4FacebookResponseError = -1200205 , AuthV4FacebookInvalidResponseData = -1200206 ,
  AuthV4FacebookNetworkError = -1200207 , AuthV4FacebookCancel = -1200208 , AuthV4GoogleResponseFailLogin = -1200301 , AuthV4GoogleResponseFailLogout = -1200302 ,
  AuthV4GoogleNetworkErrorUploadProfile = -1200303 , AuthV4GoogleResponseFailUploadProfile = -1200304 , AuthV4GoogleResponseFailShowAchievements = -1200305 , AuthV4GoogleResponseFailShowLeaderboards = -1200306 ,
  AuthV4GoogleNotSupported = -1200307 , AuthV4GoogleLoginCancel = -1200308 , AuthV4GoogleNetworkError = -1200309 , AuthV4GoogleLogout = -1200310 ,
  AuthV4GoogleResponseFailAchievementsReveal = -1200311 , AuthV4GoogleResponseFailAchievementsUnlock = -1200312 , AuthV4GoogleResponseFailAchievementsIncrement = -1200313 , AuthV4GoogleResponseFailLeaderboardsSubmitScore = -1200314 ,
  AuthV4GoogleNeedSignIn = -1200315 , AuthV4GoogleNeedSettingOption = -1200316 , AuthV4GoogleResponseFailPGSGetServerAccessToken = -1200317 , AuthV4GoogleResponseFailPGSGetPlayerId = -1200318 ,
  AuthV4GoogleObjectNotReady = -1200319 , AuthV4AppleLoginCancel = -1200401 , AuthV4AppleResponseFailLogin = -1200402 , AuthV4AppleTimeOut = -1200403 ,
  AuthV4AppleResponseFailReportScore = -1200404 , AuthV4AppleInProgressGameCenterVC = -1200405 , AuthV4AppleResponseFailLoadAchievements = -1200406 , AuthV4AppleResponseFailReportAchievements = -1200407 ,
  AuthV4AppleResponseFailResetAchievements = -1200408 , AuthV4AppleNotSupported = -1200409 , AuthV4AppleInProgress = -1200410 , AuthV4AppleResponseError = -1200411 ,
  AuthV4AppleCancel = -1200412 , AuthV4VKResponseFailLogin = -1200501 , AuthV4VKInvalidParamSDK = -1200502 , AuthV4VKNotInitialized = -1200503 ,
  AuthV4VKCancelLogin = -1200504 , AuthV4VKInvalidSession = -1200505 , AuthV4VKResponseFailGetFriends = -1200506 , AuthV4VKResponseFailLogout = -1200507 ,
  AuthV4VKResponseFailUploadProfile = -1200508 , AuthV4VKNetworkErrorUploadProfile = -1200509 , AuthV4VKInProgress = -1200510 , AuthV4VKResponseError = -1200511 ,
  AuthV4VKNetworkError = -1200512 , AuthV4VKInvalidParam = -1200513 , AuthV4VKCancel = -1200514 , AuthV4VKTokenResponseError = -1200515 ,
  AuthV4WechatInProgressLoginLogout = -1200601 , AuthV4WechatResponseFailLogin = -1200602 , AuthV4WechatNotSupportedRequest = -1200603 , AuthV4WechatResponseFailUserInfo = -1200604 ,
  AuthV4WechatNetworkErrorUserInfo = -1200605 , AuthV4WechatNetworkError = -1200606 , AuthV4WechatResponseFail = -1200607 , AuthV4WechatNetworkErrorLogin = -1200608 ,
  AuthV4WechatLoginCancel = -1200609 , AuthV4WechatInProgress = -1200610 , AuthV4WechatResponseError = -1200611 , AuthV4WechatInvalidResponseData = -1200612 ,
  AuthV4WechatInvalidAppKey = -1200613 , AuthV4HIVEDialogCancel = -1200701 , AuthV4HIVENetworkErrorUploadProfile = -1200702 , AuthV4HIVEResponseFailUploadProfile = -1200703 ,
  AuthV4HIVEInProgress = -1200704 , AuthV4HIVEResponseError = -1200705 , AuthV4HIVENetworkError = -1200706 , AuthV4HIVEInvalidParam = -1200707 ,
  AuthV4HIVECancel = -1200708 , AuthV4QQInProgressLoginLogout = -1200801 , AuthV4QQResponseFailLogin = -1200802 , AuthV4QQCancelLogin = -1200803 ,
  AuthV4QQNetworkError = -1200804 , AuthV4QQNetworkErrorUploadProfile = -1200805 , AuthV4QQResponseFailUploadProfile = -1200806 , AuthV4QQCancelUploadProfile = -1200807 ,
  AuthV4QQResponseFailLogout = -1200808 , AuthV4QQNotInitialized = -1200809 , AuthV4QQInProgress = -1200810 , AuthV4QQResponseError = -1200811 ,
  AuthV4QQInvalidResponseData = -1200812 , AuthV4QQInvalidParam = -1200813 , AuthV4QQCancel = -1200814 , AuthV4SignInAppleUnknown = -1200901 ,
  AuthV4SignInAppleCanceled = -1200902 , AuthV4SignInAppleFailed = -1200903 , AuthV4SignInAppleInvalidResponse = -1200904 , AuthV4SignInAppleNotHandled = -1200905 ,
  AuthV4SignInAppleNotSupported = -1200906 , AuthV4LineInvalidParam = -1201001 , AuthV4LineCancel = -1201002 , AuthV4LineResponseError = -1201003 ,
  AuthV4LineNetworkError = -1201004 , AuthV4TwitterResponseError = -1201101 , AuthV4TwitterInvalidParam = -1201102 , AuthV4WeverseInProgressLoginLogout = -1201201 ,
  AuthV4WeverseResponseFailLogin = -1201202 , AuthV4WeverseNotSupported = -1201203 , AuthV4WeverseNetworkError = -1201204 , AuthV4WeverseLoginCancel = -1201205 ,
  AuthV4WeverseResponseError = -1201206 , AuthV4NotRegisteredDevice = -1201300 , AuthV4HuaweiNotInitialized = -1201401 , AuthV4HuaweiInProgress = -1201402 ,
  AuthV4HuaweiInvalidParam = -1201403 , AuthV4HuaweiLoginCancel = -1201404 , AuthV4HuaweiNetworkError = -1201405 , AuthV4HuaweiResponseError = -1201406 ,
  SocialResponseFailDismissDialog = -2000001 , SocialCancelDismissDialog = -2000002 , SocialCancelConnect = -2000003 , SocialResponseFailConnect = -2000004 ,
  SocialCancelGetPictureFromGallery = -2000005 , SocialResponseFailGetPictureFromGallery = -2000006 , SocialCancelSharePhoto = -2000007 , SocialResponseFailSharePhoto = -2000008 ,
  SocialInvalidParam = -2000009 , SocialProviderNotInitialized = -2000010 , SocialNeedSignIn = -2000011 , SocialGoogleNotInitialized = -2000101 ,
  SocialGoogleResponseFailGetProfile = -2000102 , SocialGoogleInProgressConnect = -2000103 , SocialGoogleResponseFailConnect = -2000104 , SocialGoogleCancelGetProfile = -2000105 ,
  SocialGoogleCancelConnect = -2000106 , SocialGoogleNetworkErrorUpdateServerFlag = -2000107 , SocialGoogleResponseFailUpdateServerFlag = -2000108 , SocialFacebookNotInitialized = -2000201 ,
  SocialFacebookResponseFailGetProfile = -2000202 , SocialFacebookCancelGetProfile = -2000203 , SocialFacebookResponseFailGetFriends = -2000204 , SocialFacebookCancelGetFriends = -2000205 ,
  SocialFacebookResponseFailSendMessage = -2000206 , SocialFacebookCancelSendMessage = -2000207 , SocialFacebookMessageDialogShowFail = -2000208 , SocialFacebookResponseFailShowInvitation = -2000209 ,
  SocialFacebookCancelShowInvitation = -2000210 , SocialFacebookInvalidParamPost = -2000211 , SocialFacebookPostDialogShowFail = -2000212 , SocialFacebookShareFail = -2000213 ,
  SocialFacebookShareCancelled = -2000214 , SocialFacebookSendInvitationFail = -2000215 , SocialFacebookSendInvitationCancelled = -2000216 , SocialFacebookCancelPost = -2000217 ,
  SocialFacebookResponseFailPost = -2000218 , SocialFacebookOperationException = -2000219 , SocialFacebookServiceException = -2000220 , SocialFacebookException = -2000221 ,
  SocialHIVENotInitialized = -2000301 , SocialHIVENetworkErrorGetMyProfile = -2000302 , SocialHIVEInvalidParamSetMyProfile = -2000303 , SocialHIVENetworkErrorSetMyProfile = -2000304 ,
  SocialHIVENetworkErrorGetFriends = -2000305 , SocialHIVEInvalidSession = -2000306 , SocialHIVEInvalidParamVID = -2000307 , SocialHIVENetworkErrorGetVIDByUIDList = -2000308 ,
  SocialHIVENetworkErrorGetUIDByVIDList = -2000309 , SocialHIVEInvalidParamContentSendMessage = -2000310 , SocialHIVENetworkErrorSendMessage = -2000311 , SocialHIVEInvalidParamReceiptSendMessage = -2000312 ,
  SocialHIVEInvalidParamUID = -2000313 , SocialHIVEInProgressSocialDialog = -2000314 , SocialHIVESocialDialogClosed = -2000315 , SocialHIVENetworkErrorGetBadgeInfo = -2000316 ,
  SocialHIVEResponseFailGetMyProfile = -2000317 , SocialHIVEResponseFailSetMyProfile = -2000318 , SocialHIVEResponseFailGetFriends = -2000319 , SocialHIVEResponseFailGetVID = -2000320 ,
  SocialHIVEResponseFailInvalidVIDList = -2000321 , SocialHIVEResponseFailGetUID = -2000322 , SocialHIVEResponseFailInvalidUIDList = -2000323 , SocialHIVEResponseFailSendMessage = -2000324 ,
  SocialHIVEResponseFailGetBadgeInfo = -2000325 , SocialHIVEResponseFailDialogWebView = -2000326 , SocialHIVEResponseFailSocialDialog = -2000327 , SocialHIVEInvalidParamFriendType = -2000328 ,
  SocialHIVEResponseFailGetProfiles = -2000329 , SocialHIVEInvalidParamGetProfiles = -2000330 , SocialHIVEResponseFail = -2000331 , SocialHIVEInvalidParamSendMessage = -2000332 ,
  SocialHIVEInvalidParamSendInvitationMessage = -2000333 , SocialHIVEResponseFailGetPictureFromGallery = -2000334 , SocialHIVEResponseFailGetPictureFromCamera = -2000335 , SocialHIVENetworkErrorSendInvitationMessage = -2000336 ,
  PromotionNotInitialized = -3000001 , PromotionAlreadyShowing = -3000002 , PromotionNetworkErrorShowCustomContents = -3000003 , PromotionNetworkErrorShowOfferwall = -3000004 ,
  PromotionShowDialogFail = -3000005 , PromotionResponseFailGetViewInfo = -3000006 , PromotionNetworkError = -3000007 , PromotionServerResponseError = -3000008 ,
  PromotionInvalidResponseData = -3000009 , PromotionShareFailed = -3000010 , UserEngagementResponseFail = -3200001 , UserEngagementAlreadySetReady = -3200002 ,
  UserEngagementHandlerNotRegistered = -3200003 , UserEngagementNotLogined = -3200004 , UserEngagementEmptyCouponId = -3200005 , UserEngagementEmptyMarketPid = -3200006 ,
  UserEngagementListenerNotRegistered = -3200007 , PromotionStartPlayback = -3300001 , PromotionFinishPlayback = -3300002 , PromotionYTPlayerError = -3300003 ,
  PromotionCancelPlayback = -3300004 , PushNotInitialized = -4000001 , PushInvalidParamLocalPush = -4000002 , PushInvalidParamRemotePush = -4000003 ,
  PushNetworkError = -4000004 , PushAgeGateUnder13 = -4000005 , PushInvalidResponseData = -4000006 , PushServerResponseError = -4000007 ,
  PushNeedSignIn = -4000008 , IAPNotInitialize = -6000001 , IAPAlreadyInInitialize = -6000002 , IAPNetworkError = -6000003 ,
  IAPNotSupportedMarket = -6000004 , IAPNeedLogin = -6000005 , IAPNeedShopInitialize = -6000006 , IAPNotSupportedOSVersion = -6000007 ,
  IAPNeedRestore = -6000008 , IAPNothingToRestore = -6000010 , IAPFailRestore = -6000011 , IAPRestrictPayments = -6000012 ,
  IAPNetworkJsonException = -6000013 , IAPMarketNotSupportedAPI = -6000014 , IAPFailMarketInitialize = -6000015 , IAPResponseError = -6000016 ,
  IAPDialogActionDefault_DoExit = -6000017 , IAPDialogActionOpenURL_DoExit = -6000018 , IAPDialogActionExit_DoExit = -6000019 , IAPDialogActionDone = -6000020 ,
  IAPDialogTimeover_DoExit = -6000021 , IAPInProgressPurchasing = -6000101 , IAPInProgressRestoring = -6000102 , IAPInProgressCheckPromotePurchase = -6000103 ,
  IAPInProgressConnectingAppStore = -6000104 , IAPInProgressMarketSelection = -6000105 , IAPAppStoreError = -6000201 , IAPAppStoreResponseEmpty = -6000202 ,
  IAPCannotFindGamePID = -6000301 , IAPProductNotExist = -6000302 , IAPEmptyMarketPID = -6000303 , IAPFailCreateSKPayment = -6000304 ,
  IAPEmptyTransaction = -6000305 , IAPEmptyProduct = -6000306 , IAPCancelPayment = -6000307 , IAPFailPayment = -6000308 ,
  IAPInvalidMarketPID = -6000309 , IAPPurchaseParamJsonException = -6000310 , IAPShopInfoParamJsonException = -6000311 , IAPBadgeParamJsonException = -6000312 ,
  IAPInvalidParamEmptyMarketPID = -6000401 , IAPInvalidParamLocationCode = -6000402 , IAPBlockedUser = -6000501 , IAPPromoCodeMatchMultiMarketPID = -6000502 ,
  IAPPromoCodeNotMatchMarketPID = -6000503 , IAPPromoCodeAlreadyUsed = -6000504 , IAPAppleReceiptNotConnected = -6000505 , IAPServerDefaultError = -6000506 ,
  IAPInitializeMarketListIsEmpty = -6000601 , IAPInitializeMarketURLISEmpty = -6000602 , IAPEmptyMarketURL = -6000603 , IAPNotSelectedMarket = -6000604 ,
  IAPPlayStoreLaunchPurchaseFlowException = -6000701 , IAPPlayStoreSetupFail = -6000702 , IAPPlayStoreQueryInventoryFail = -6000703 , IAPPlayStorePending = -6000704 ,
  IAPOneStoreProductListEmpty = -6000801 , IAPOneStoreProductNetworkError = -6000802 , IAPOneStoreProductInfoError = -6000803 , IAPOneStoreInvalidRequestID = -6000804 ,
  IAPOneStorePurchaseError = -6000805 , IAPOneStoreNetworkNullError = -6000806 , IAPOneStoreNetworkInvalidError = -6000807 , IAPLebiInitializeNetworkError = -6000901 ,
  IAPLebiInitializeJsonException = -6000902 , IAPLebiPurchaseNetworkError = -6000903 , IAPLebiPurchaseJsonException = -6000904 , IAPLebiVerifyOrderNetworkError = -6000905 ,
  IAPLebiVerifyOrderJsonException = -6000906 , IAPLebiBalanceNetworkError = -6000907 , IAPLebiBalanceParamJsonException = -6000908 , IAPLebiPostException = -6000909 ,
  IAPLebiInternalRequestException = -6000910 , IAPLebiRestoreNetworkError = -6000911 , IAPV4NotInitialize = -6100001 , IAPV4NetworkError = -6100002 ,
  IAPV4NotSupportedMarket = -6100003 , IAPV4NeedSignIn = -6100004 , IAPV4NeedMarketConnect = -6100005 , IAPV4NeedRestore = -6100006 ,
  IAPV4NothingToRestore = -6100007 , IAPV4FailToRestore = -6100008 , IAPV4RestrictPayments = -6100009 , IAPV4FailMarketConnect = -6100010 ,
  IAPV4ResponseError = -6100011 , IAPV4MarketNotSupportedAPI = -6100012 , IAPV4InProgressMarketConnect = -6100101 , IAPV4InProgressPurchasing = -6100102 ,
  IAPV4InProgressRestoring = -6100103 , IAPV4InProgressCheckPromote = -6100104 , IAPV4InProgressConnectAppStore = -6100105 , IAPV4InProgressMarketSelect = -6100106 ,
  IAPV4AppStoreError = -6100201 , IAPV4AppStoreResponseEmpty = -6100202 , IAPV4ProductNotExsitInAppStore = -6100203 , IAPV4FinishMarketPidEmpty = -6100301 ,
  IAPV4PromoteMarketPidEmpty = -6100302 , IAPV4FailCreateSKPayment = -6100303 , IAPV4FailToConvertNSSet = -6100304 , IAPV4InvalidLogType = -6100305 ,
  IAPV4ProductNotExist = -6100306 , IAPV4RequestProductJsonException = -6100307 , IAPV4PurchaseParamJsonException = -6100308 , IAPV4RequestMarketJsonException = -6100309 ,
  IAPV4ProductInfoJsonException = -6100310 , IAPV4CancelPayment = -6100311 , IAPV4FailPayment = -6100312 , IAPV4EmptyParamMarketPID = -6100401 ,
  IAPV4EmptyMarketList = -6100501 , IAPV4EmptyMarketURL = -6100502 , IAPV4MarketPidListEmptyInIAPServer = -6100503 , IAPV4EmptyProductList = -6100504 ,
  IAPV4ProductNotExistInIAPServer = -6100505 , IAPV4PlayStoreLaunchPurchaseFlowException = -6100701 , IAPV4PlayStoreSetupFail = -6100702 , IAPV4PlayStoreQueryInventoryFail = -6100703 ,
  IAPV4PlayStoreFinishFail = -6100704 , IAPV4PlayStorePending = -6100705 , IAPV4OneStoreV5RemoteException = -6100801 , IAPV4OneStoreV5SecurityException = -6100802 ,
  IAPV4OneStoreV5NeedUpdateException = -6100803 , IAPV4OneStoreCancelPayment = -6100804 , IAPV4OneStoreNetworkError = -6100805 , IAPV4OneStoreResponseError = -6100806 ,
  IAPV4OneStoreProductNotExist = -6100807 , IAPV4OneStoreFailPayment = -6100808 , IAPV4OneStoreError = -6100809 , IAPV4OneStoreNeedRestore = -6100810 ,
  IAPV4OneStoreNothingToRestore = -6100811 , IAPV4OneStoreUnablePayment = -6100812 , IAPV4OneStoreNeedSignIn = -6100813 , IAPV4OneStoreException = -6100814 ,
  IAPV4OneStoreInvalidResponseData = -6100815 , IAPV4OneStoreInvalidParam = -6100816 , IAPV4LebiInitializeNetworkError = -6100901 , IAPV4LebiInitializeJsonException = -6100902 ,
  IAPV4LebiPurchaseNetworkError = -6100903 , IAPV4LebiPurchaseJsonException = -6100904 , IAPV4LebiVerifyOrderNetworkError = -6100905 , IAPV4LebiVerifyOrderJsonException = -6100906 ,
  IAPV4LebiBalanceNetworkError = -6100907 , IAPV4LebiBalanceParamJsonException = -6100908 , IAPV4LebiPostException = -6100909 , IAPV4LebiInternalRequestException = -6100910 ,
  IAPV4LebiRestoreNetworkError = -6100911 , IAPV4LebiCancel = -6100912 , IAPV4LebiFinishFail = -6100913 , IAPV4CancelMarketSelect = -6100914 ,
  IAPV4ServerResponseError = -6100915 , IAPV4HiveStoreSuccess = -6110000 , PlatformHelperOSNotSupported = -7000001 , PlatformHelperOSVersionNotSupported = -7000002 ,
  PlatformHelperEmptyPermissions = -7000003 , DataStoreNotExistKey = -8000001 , DataStoreNotExistColumn = -8000002 , DataStoreNotExistPublicKey = -8000003 ,
  DataStoreNotInitialized = -8000004 , DataStoreNeedSignIn = -8000005 , DataStoreDisabled = -8000006 , DataStoreResponseError = -8000007 ,
  DataStoreInvalidParam = -8000008 , DataStoreGameIsBeingInspected = -8000009
}
 

상세한 설명

Since
4.0.0
작성자
ryuvsken, hife

비동기 API 호출에 대한 결과를 담는 클래스

멤버 열거형 문서화

◆ Code

열거형 멤버
Success 

Success.

CommonHTTPConnectionException 

[Common] HTTP Connection exception.

CommonHTTPConnectionOpenException 

[Common] HTTP Connection open exception.

CommonHTTPContentEncodingNotSupported 

[Common] HTTP Content encoding not supported.

CommonHTTPDecryptionFailed 

[Common] HTTP Decryption failed.

CommonHTTPResponseException 

[Common] HTTP Response exception.

CommonHTTPInvalidBody 

[Common] HTTP body is nil.

CommonHTTPInvalidJSON 

[Common] HTTP body has invalid JSON: s

CommonHTTPInvalidURLRequest 

[Common] HTTP Failed to create NSMutableURLRequest.

CommonHTTPInvalidURL 

[Common] HTTP Failed to create NSURL from urlPath: s

CommonHTTPGzipDecodeFailed 

[Common] GZip decoding is failed.

CommonHTTPNetworkError 

[Common] Network error is occurred on handle response: s

TestError 

[Test] Error message.

TestWithNSError 

[Test] NSError message: s

TestWithNSString 

[Test] NSString message: s

TestWithNSDictionary 

[Test] NSDictionary message: s

CommonUnknown 

[Common] Unknown

AuthNotInitialized 

[Auth-Common] Not Initialized

AuthInvalidServerResponse 

[Auth-Common] Invalid Server Response

AuthServerResponseNotSuccessful 

[Auth-Common] Server Response Not Successful. string: s

AuthInvalidUser 

[Auth-Common] Invalid User

AuthUserCanceled 

[Auth-Common] User Canceled

AuthInProgressLoginLogout 

[Auth-Common] Login or logout is already in progress

AuthInvalidSelectedAccountURL 

[Auth-Common] Invalid Selected AccountURL

AuthInvalidSelectedVID 

[Auth-Common] Selected VID is empty or null

AuthOnRunningV4 

[Auth-Common] On Running V4

AuthInvalidConfigurationXml 

[Auth-Common] Invalid Configuration Xml

AuthInvalidParamLoginType 

[Auth-Common] Invalid Param Login Type: s

AuthInvalidParamVID 

[Auth-Common] Invalid Param Vid: s

AuthInvalidParamSessionKey 

[Auth-Common] Invalid Param Session Key

AuthInvalidGuestSession 

[Auth-Common] Invalid Guest Session

AuthUserInBlacklist 

[Auth-Common] User In Blacklist: s

AuthInvalidAccountSession 

[Auth-Common] Invalid Account Session

AuthJsonException 

[Auth-Common] JSON Parsing failed. error: s

AuthCanceled 

[Auth-Common] Canceled

AuthDialogAlreadyUsing 

[Auth-Common] Dialog is already using.

AuthNetworkErrorShowLoginSelection 

[Auth-Common] Network error occured on Get My Profile: s

AuthNetworkErrorCheckMaintenance 

[Auth-Common] Network error occured on Check Maintenance

AuthResponseFailCheckMaintenance 

[Auth-Common] Bad response on Check Maintenance: s

AuthResponseFailMaintenanceDialog 

[Auth-Common] Failed to show maintenance dialog.

AuthNetworkErrorProcessLoginType 

[Auth-Common] Network error occured on Prelogin: s

AuthNetworkErrorGuestLogin 

[Auth-Common] Network error occured on Guest Login: s

AuthHIVESocialLoginCancelled 

[Auth-Common] HIVE social login canceled.

AuthNetworkErrorLoginCenterLogin 

[Auth-Common] Network error occured on Login Center Login: s

AuthNetworkErrorRequestUpdate 

[Auth-Common] Network error occured on Request Update: s

AuthNetworkErrorRequestAdultConfirm 

[Auth-Common] Network error occured on Adult Confirm.

AuthInvalidParamVIDList 

[Auth-Common] VID list is nil or empty

AuthAgreementFail_DoExit 

[Auth-Common] Agreement Fail

AuthMaintenanceActionDefault_DoExit 

[Auth-Common] Maintenance Dialog Dismiss with unknown action.

AuthMaintenanceActionOpenURL_DoExit 

[Auth-Common] Maintenance Dialog Dismiss with Open URL Button Selected.

AuthMaintenanceActionExit_DoExit 

[Auth-Common] Maintenance Dialog Dismiss with Exit Button Selected.

AuthMaintenanceActionDone 

[Auth-Common] Maintenance Dialog Dismiss with Done Button Selected.

AuthMaintenanceTimeover_DoExit 

[Auth-Common] Maintenance Dialog Dismiss with Timeover.

AuthUserInBlacklistActionDefault_DoExit 

[Auth-Common] Blacklist Dialog Dismiss with unknown action.

AuthUserInBlacklistActionOpenURL_DoExit 

[Auth-Common] Blacklist Dialog Dismiss with Open URL Button Selected.

AuthUserInBlacklistActionExit_DoExit 

[Auth-Common] Blacklist Dialog Dismiss with Exit Button Selected.

AuthUserInBlacklistActionDone 

[Auth-Common] Blacklist Dialog Dismiss with Done Button Selected.

AuthUserInBlacklistTimeover_DoExit 

[Auth-Common] Blacklist Dialog Dismiss with Timeover.

AuthInProgressInitialize 

[Auth-Common] Initialize is already in progress.

AuthSkipPermissionView 

[Auth-Common] Can skip the Permission view.

AuthInProgressRequestPermissionViewData 

[Auth-Common] Requesting PermissionViewData is already in progress.

AuthNetworkErrorRequestPermissionViewData 

[Auth-Common] Network error occjured on requestPermissionViewData

AuthProviderMissingKey 

[Auth-Common] Missing Key (s)

AuthResponseFailLogoutOnlyPGSConnectedUser 

[Auth-Common] Logout response fail because hive user only connected PGS playerId with uid

AuthNetworkErrorLoginCenterSignOut 

[Auth-Common] Network error occured on Login Center SignOut: s

AuthV4InvalidServerResponse 

[AuthV4-Common] InvalidServerResponse

AuthV4OnRunningV1 

[AuthV4-Common] On running AuthV1

AuthV4InProgressSignIn 

[AuthV4-Common] SigninInProgress

AuthV4InvalidConfigurationXml 

[AuthV4-Common] Invalid configuration xml

AuthV4InvalidSavedPlayerInfo 

[AuthV4-Common] InvalidSavedPlayerInfo

AuthV4AlreadyAuthorized 

[AuthV4-Common] Already authorized: s

AuthV4ConflictPlayer 

[AuthV4-Common] Conflict player

AuthV4UserInBlacklist 

[AuthV4-Common] User in blacklist

AuthV4InvalidSession 

[AuthV4-Common] Invalid session: s

AuthV4ConflictPlayerHandlingFail 

[AuthV4-Common] ConflictPlayerHandlingFail

AuthV4InvalidParamDid 

[AuthV4-Common] Failed to seup. Empty DID.

AuthV4NotInitialized 

[AuthV4-Common] Setup HIVE module first.

AuthV4SessionExist 

[AuthV4-Common] Already authorized

AuthV4SessionNotExist 

[AuthV4-Common] Not exist remain session. Please sign in provider.

AuthV4InvalidProviderType 

[AuthV4-Common] Invalid provider type : s

AuthV4SigninFirst 

[AuthV4-Common] Need Sign in first.

AuthV4ProviderAlreadyConnected 

[AuthV4-Common] Provider already connected: s

AuthV4ProviderAlreadyDisconnected 

[AuthV4-Common] Provider already disconnected: s

AuthV4InvalidParamSelectedPlayerid 

[AuthV4-Common] InvalidParamSelectedPlayerid

AuthV4InvalidConflictInfo 

[AuthV4-Common] Invalid conficlt info : s

AuthV4InvalidPlayeridList 

[AuthV4-Common] Empty playerID List

AuthV4JsonException 

[AuthV4-Common] JsonException : s

AuthV4InvalidSigninSelection 

[AuthV4-Common] Invalid signin selection

AuthV4NotSupportedProviderType 

[AuthV4-Common] Not supported requested provider type : s

AuthV4WebviewDialogError 

[AuthV4-Common] Webview dialog error: s

AuthV4InProgressAuthDialog 

[AuthV4-Common] Dialog already used.

AuthV4InvalidParamViewID 

[AuthV4-Common] Empty View ID.

AuthV4InvalidParamPlayerID 

[AuthV4-Common] Invalid player ID: s

AuthV4NetworkErrorSigninGuest 

[AuthV4-Common] Network error occured on Internal Signin Guest. type: s

AuthV4ResponseFailProviderUserID 

[AuthV4-Common] Response error. Provider user ID is empty.

AuthV4ResponseFailSelectedPlayerID 

[AuthV4-Common] Response error. Selected player ID is empty or nil

AuthV4CancelDialog 

[AuthV4-Common] Dialog canceled by user.

AuthV4ResponseFailSocialDialog 

[AuthV4-Common] Response error. Social Dialog.: s

AuthV4ProfileNetworkError 

[AuthV4-Profile] Network error is occurred.

AuthV4ProfileResponseFail 

[AuthV4-Profile] Response Fail.

AuthV4MembershipNetworkError 

[AuthV4-Membership] Network error is occurred.

AuthV4MembershipResponseFail 

[AuthV4-Membership] Response Fail.

AuthV4ResponseFailSigninProvider 

[AuthV4-Common] Response Fail on Internal Signin Provider : s

AuthV4ResponseFailCheckProvider 

[AuthV4-Common] Response Fail on CheckProvider : s

AuthV4ResponseFailGetFriendList 

[AuthV4-Common] Response Fail on GetFriendList : s

AuthV4ResponseFailSigninGuest 

[AuthV4-Common] Response Fail on SigninGuest : s

AuthV4InProgressConnect 

[AuthV4-Common] Connection is already in progress

AuthV4InProgressShowLeaderboard 

[AuthV4-Common] Showing leaderboard is already in progress

AuthV4InProgressShowAchievements 

[AuthV4-Common] Showing achievements is already in progress

AuthV4PlayerChange 

[AuthV4-Common] Success, but account is switched to device account.

AuthV4HelperImplifiedLoginFail 

[AuthV4Helper-Common] Implified login failed.

AuthV4PlayerResolved 

[AuthV4Helper-Common] Player resolved.

AuthV4AgreementFail_DoExit 

[AuthV4-Common] Agreement Fail

AuthV4AgreementFailWithWebviewError_DoExit 

[AuthV4-Common] Agreement Fail with Webview Error

AuthV4MaintenanceActionDefault_DoExit 

[AuthV4-Common] Maintenance Dialog Dismiss with unknown reason

AuthV4MaintenanceActionOpenURL_DoExit 

[AuthV4-Common] Maintenance Dialog Dismiss with OpenURL button selected

AuthV4MaintenanceActionExit_DoExit 

[AuthV4-Common] Maintenance Dialog Dismiss with Exit button selected

AuthV4MaintenanceActionDone 

[AuthV4-Common] Maintenance Dialog Dismiss with Done button selected

AuthV4MaintenanceTimeover_DoExit 

[AuthV4-Common] Maintenance Dialog Dismiss with Timeover

AuthV4NetworkError 

[AuthV4-Common] Network error occured : s

AuthV4InvalidResponseData 

[AuthV4-Common] Invalid response data : s

AuthV4ServerResponseError 

[AuthV4-Common] Server response error : s

AuthV4NeedSignIn 

[AuthV4-Common] Need sign in.

AuthV4InProgress 

[AuthV4-Common] In progress.

AuthV4InvalidParam 

[AuthV4-Common] Invalid param : s

AuthV4SkipPermissionView 

[AuthV4-Common] Can skip the Permission view.

AuthV4InvalidCertification 

[AuthV4-Common] Invalid HiveCertification.

AuthV4LastProviderCantDisconnect 

[AuthV4-Common] Last provider can not disconnect.

AuthV4ProviderLoginError 

[AuthV4-Provider] ProviderLoginError

AuthV4ProviderLogoutError 

[AuthV4-Provider] Logout Failed

AuthV4ProviderNotSupportGetFriends 

[AuthV4-Provider] Not supported function.

AuthV4ProviderLoginCancel 

[AuthV4-Provider] Provider Login canceled.

AuthV4ProviderMissingKey 

[AuthV4-Provider] Missing Key (s)

authV4ProviderNotSupportedMyInquiry 

[AuthV4-Provider] Not supported MyInquiry.

AuthV4FacebookUserCanceled 

[AuthV4-ProviderFacebook] Login action canceled by user.

AuthV4FacebookResponseFailGetFriends 

[AuthV4-ProviderFacebook] Response error : s

AuthV4FacebookNetworkErrorUploadProfile 

[AuthV4-ProviderFacebook] Network error occured on upload profile.

AuthV4FacebookResponseFailUploadProfile 

[AuthV4-ProviderFacebook] Response error. Failed to upload profile.

AuthV4FacebookResponseError 

[AuthV4-ProviderFacebook] Response error : s

AuthV4FacebookInvalidResponseData 

[AuthV4-ProviderFacebook] Invalid response data : s

AuthV4FacebookNetworkError 

[AuthV4-ProviderFacebook] Network error occured : s

AuthV4FacebookCancel 

[AuthV4-ProviderFacebook] Login canceled

AuthV4GoogleResponseFailLogin 

[AuthV4-ProviderGoogle] Connection failed

AuthV4GoogleResponseFailLogout 

[AuthV4-ProviderGoogle] DisconnetionFailed

AuthV4GoogleNetworkErrorUploadProfile 

[AuthV4-ProviderGoogle] Network error is occured on upload profile.

AuthV4GoogleResponseFailUploadProfile 

[AuthV4-ProviderGoogle] Response error. Failed to upload profile.

AuthV4GoogleResponseFailShowAchievements 

[AuthV4-ProviderGoogle] Response error. Failed to show achievements.

AuthV4GoogleResponseFailShowLeaderboards 

[AuthV4-ProviderGoogle] Response error. Failed to show leaderboards.

AuthV4GoogleNotSupported 

[AuthV4-ProviderGoogle] Provider google is not supported.

AuthV4GoogleLoginCancel 

[AuthV4-ProviderGoogle] Google Login canceled.

AuthV4GoogleNetworkError 

[AuthV4-ProviderGoogle] Network Error

AuthV4GoogleLogout 

[AuthV4-ProviderGoogle] Logout.

AuthV4GoogleResponseFailAchievementsReveal 

[AuthV4-ProviderGoogle] Failed to achievements reveal.

AuthV4GoogleResponseFailAchievementsUnlock 

[AuthV4-ProviderGoogle] Failed to achievements unlock.

AuthV4GoogleResponseFailAchievementsIncrement 

[AuthV4-ProviderGoogle] Failed to achievements increment.

AuthV4GoogleResponseFailLeaderboardsSubmitScore 

[AuthV4-ProviderGoogle] Failed to leaderboards submit score.

AuthV4GoogleNeedSignIn 

[AuthV4-ProviderGoogle] Need ProviderGoogle sign in.

AuthV4GoogleNeedSettingOption 

[AuthV4-ProviderGoogle] Need setting option.

AuthV4GoogleResponseFailPGSGetServerAccessToken 

[AuthV4-ProviderGoogle] Failed to get PGS Server Access Token.

AuthV4GoogleResponseFailPGSGetPlayerId 

[AuthV4-ProviderGoogle] Failed to get PGS Player Id.

AuthV4GoogleObjectNotReady 

[AuthV4-ProviderGoogle] Google object not ready.

AuthV4AppleLoginCancel 

[AuthV4-ProviderApple] Login canceled

AuthV4AppleResponseFailLogin 

[AuthV4-ProviderApple] Response error. login: s

AuthV4AppleTimeOut 

[AuthV4-ProviderApple] Timeout

AuthV4AppleResponseFailReportScore 

[AuthV4-ProviderApple] Response error. Failed to report score: s

AuthV4AppleInProgressGameCenterVC 

[AuthV4-ProviderApple] GameCenterViewController in use.

AuthV4AppleResponseFailLoadAchievements 

[AuthV4-ProviderApple] Response error. Load achievements failed: s

AuthV4AppleResponseFailReportAchievements 

[AuthV4-ProviderApple] Response error. Report achievements failed: s

AuthV4AppleResponseFailResetAchievements 

[AuthV4-ProviderApple] Response error. Reset achievements failed: s

AuthV4AppleNotSupported 

[AuthV4-ProviderApple] Provider apple is not supported.

AuthV4AppleInProgress 

[AuthV4-ProviderApple] In Progress

AuthV4AppleResponseError 

[AuthV4-ProviderApple] Response error : s

AuthV4AppleCancel 

[AuthV4-ProviderApple] Canceled

AuthV4VKResponseFailLogin 

[AuthV4-ProviderVK] Response Fail on request login : s

AuthV4VKInvalidParamSDK 

[AuthV4-ProviderVK] VK SDK setup failed.

AuthV4VKNotInitialized 

[AuthV4-ProviderVK] VK SDK not initialized.

AuthV4VKCancelLogin 

[AuthV4-ProviderVK] Request authorization is canceled

AuthV4VKInvalidSession 

[AuthV4-ProviderVK] Invalid VK session.

AuthV4VKResponseFailGetFriends 

[AuthV4-ProviderVK] Response Fail on get friends: s

AuthV4VKResponseFailLogout 

[AuthV4-ProviderVK] Response Fail on request logout.

AuthV4VKResponseFailUploadProfile 

[AuthV4-ProviderVK] Response Fail

AuthV4VKNetworkErrorUploadProfile 

[AuthV4-ProviderVK] Network error occured : s

AuthV4VKInProgress 

[AuthV4-ProviderVK] In progress

AuthV4VKResponseError 

[AuthV4-ProviderVK] Response error : s

AuthV4VKNetworkError 

[AuthV4-ProviderVK] Network error occured : s

AuthV4VKInvalidParam 

[AuthV4-ProviderVK] Invalid param : s

AuthV4VKCancel 

[AuthV4-ProviderVK] Canceled

AuthV4VKTokenResponseError 

[AuthV4-ProviderVK] Token Response Error : s

AuthV4WechatInProgressLoginLogout 

[AuthV4-ProviderWeChat] Login or logout in progress.

AuthV4WechatResponseFailLogin 

[AuthV4-ProviderWeChat] Response error. Failed to login: s

AuthV4WechatNotSupportedRequest 

[AuthV4-ProviderWeChat] Request is not supported: s

AuthV4WechatResponseFailUserInfo 

[AuthV4-ProviderWeChat] Request error. failed to get user info: s

AuthV4WechatNetworkErrorUserInfo 

[AuthV4-ProviderWeChat] Request error. NetworkError while getting user info: s

AuthV4WechatNetworkError 

[AuthV4-ProviderWeChat] Network error occured : s

AuthV4WechatResponseFail 

[AuthV4-ProviderWeChat] Response fail : s

AuthV4WechatNetworkErrorLogin 

[AuthV4-ProviderWeChat] NetworkError. Failed to login.

AuthV4WechatLoginCancel 

[AuthV4-ProviderWeChat] Login canceled.

AuthV4WechatInProgress 

[AuthV4-ProviderWeChat] In progress

AuthV4WechatResponseError 

[AuthV4-ProviderWeChat] Response Error : s

AuthV4WechatInvalidResponseData 

[AuthV4-ProviderWeChat] Invalid Response Data : s

AuthV4WechatInvalidAppKey 

[AuthV4-ProviderWeChat] Invalid App Key : s

AuthV4HIVEDialogCancel 

[AuthV4-ProviderHIVE] Dialog is canceled

AuthV4HIVENetworkErrorUploadProfile 

[AuthV4-ProviderHIVE] Network error is occured on upload profile.

AuthV4HIVEResponseFailUploadProfile 

[AuthV4-ProviderHIVE] Response error. failed to upload profile.

AuthV4HIVEInProgress 

[AuthV4-ProviderHIVE] In progress

AuthV4HIVEResponseError 

[AuthV4-ProviderHIVE] Response error : s

AuthV4HIVENetworkError 

[AuthV4-ProviderHIVE] Network Error

AuthV4HIVEInvalidParam 

[AuthV4-ProviderHIVE] Invalid param : s

AuthV4HIVECancel 

[AuthV4-ProviderHIVE] Cancel

AuthV4QQInProgressLoginLogout 

[AuthV4-ProviderQQ] Login or logout in progress.

AuthV4QQResponseFailLogin 

[AuthV4-ProviderQQ] Invalid login session.

AuthV4QQCancelLogin 

[AuthV4-ProviderQQ] login is canceled.

AuthV4QQNetworkError 

[AuthV4-ProviderQQ] Network error occurred.

AuthV4QQNetworkErrorUploadProfile 

[AuthV4-ProviderQQ] Network error is occurred on upload profile

AuthV4QQResponseFailUploadProfile 

[AuthV4-ProviderQQ] Response error. Failed to upload profile

AuthV4QQCancelUploadProfile 

[AuthV4-ProviderQQ] Upload profiel is canceled.

AuthV4QQResponseFailLogout 

[AuthV4-ProviderQQ] Response error. Failed to logout.

AuthV4QQNotInitialized 

[AuthV4-ProviderQQ] QQ SDK not initialized.

AuthV4QQInProgress 

[AuthV4-ProviderQQ] In progress

AuthV4QQResponseError 

[AuthV4-ProviderQQ] Response error

AuthV4QQInvalidResponseData 

[AuthV4-ProviderQQ] Invalid response data : s

AuthV4QQInvalidParam 

[AuthV4-ProviderQQ] Invalid param : s

AuthV4QQCancel 

[AuthV4-ProviderQQ] Cancel

AuthV4SignInAppleUnknown 

[AuthV4-ProviderSignInApple] Unknown

AuthV4SignInAppleCanceled 

[AuthV4-ProviderSignInApple] Canceled

AuthV4SignInAppleFailed 

[AuthV4-ProviderSignInApple] Failed

AuthV4SignInAppleInvalidResponse 

[AuthV4-ProviderSignInApple] Invalid Response

AuthV4SignInAppleNotHandled 

[AuthV4-ProviderSignInApple] Not Handled

AuthV4SignInAppleNotSupported 

[AuthV4-ProviderSignInApple] Not Supported

AuthV4LineInvalidParam 

[AuthV4-ProviderLine] Invalid Param

AuthV4LineCancel 

[AuthV4-ProviderLine] Cancel

AuthV4LineResponseError 

[AuthV4-ProviderLine] Response Error

AuthV4LineNetworkError 

[AuthV4-ProviderLine] Network Error

AuthV4TwitterResponseError 

[AuthV4-ProviderTwitter] Response Error

AuthV4TwitterInvalidParam 

[AuthV4-ProviderTwitter] Invalid Param

AuthV4WeverseInProgressLoginLogout 

[AuthV4-ProviderWeverse] Login or logout in progress.

AuthV4WeverseResponseFailLogin 

[AuthV4-ProviderWeverse] Response error. Failed to login: s

AuthV4WeverseNotSupported 

[AuthV4-ProviderWeverse] Not supported: s

AuthV4WeverseNetworkError 

[AuthV4-ProviderWeverse] Network error occured : s

AuthV4WeverseLoginCancel 

[AuthV4-ProviderWeverse] Login canceled.

AuthV4WeverseResponseError 

[AuthV4-ProviderWeverse] Response Error : s

AuthV4NotRegisteredDevice 

[AuthV4-DeviceManagement] Not Registered Device.

AuthV4HuaweiNotInitialized 

[AuthV4-ProviderHuawei] Huawei SDK not initialized.

AuthV4HuaweiInProgress 

[AuthV4-ProviderHuawei] In progress

AuthV4HuaweiInvalidParam 

[AuthV4-ProviderHuawei] Invalid Param

AuthV4HuaweiLoginCancel 

[AuthV4-ProviderHuawei] Login Cancel

AuthV4HuaweiNetworkError 

[AuthV4-ProviderHuawei] Network Error

AuthV4HuaweiResponseError 

[AuthV4-ProviderHuawei] Response Error

SocialResponseFailDismissDialog 

[Social-Common] InvalidParamClose

SocialCancelDismissDialog 

[Social-Common] Canceled

SocialCancelConnect 

[Social-Common] Canceled social connect.

SocialResponseFailConnect 

[Social-Common] Fail to connect to social.

SocialCancelGetPictureFromGallery 

[Social-Common] Canceled to get picture from gallery.

SocialResponseFailGetPictureFromGallery 

[Social-Common] Failed to get picture from gallery.

SocialCancelSharePhoto 

[Social-Common] Canceled to share photo.

SocialResponseFailSharePhoto 

[Social-Common] Failed to share photo.

SocialInvalidParam 

[Social-Common] Invalid param : s

SocialProviderNotInitialized 

[Social-Common] Social Provider Not Initialized.

SocialNeedSignIn 

[Social-Common] Need signIn.

SocialGoogleNotInitialized 

[Social-Google] Not initialized. initialize user first.

SocialGoogleResponseFailGetProfile 

[Social-Google] Fail to get profile. check response

SocialGoogleInProgressConnect 

[Social-Google] In progress. connect.

SocialGoogleResponseFailConnect 

[Social-Google] Response error. Failed to connect.

SocialGoogleCancelGetProfile 

[Social-Google] Get profile is canceled.

SocialGoogleCancelConnect 

[Social-Google] Connect is canceled.

SocialGoogleNetworkErrorUpdateServerFlag 

[Social-Google] Network error is occured on update server flag.

SocialGoogleResponseFailUpdateServerFlag 

[Social-Google] Response error. Failed to update server flag.

SocialFacebookNotInitialized 

[Social-Facebook] Not initialized. initialize user first.

SocialFacebookResponseFailGetProfile 

[Social-Facebook] Fail to get profile. check response: s

SocialFacebookCancelGetProfile 

[Social-Facebook] Get profile canceled.

SocialFacebookResponseFailGetFriends 

[Social-Facebook] Fail to get friends. check response: s

SocialFacebookCancelGetFriends 

[Social-Facebook] Get friends canceled.

SocialFacebookResponseFailSendMessage 

[Social-Facebook] Fail to send message. check response: s

SocialFacebookCancelSendMessage 

[Social-Facebook] Send message canceled.

SocialFacebookMessageDialogShowFail 

[Social-Facebook] Fail to show message dialog.

SocialFacebookResponseFailShowInvitation 

[Social-Facebook] Fail to show invite dialog: s

SocialFacebookCancelShowInvitation 

[Social-Facebook] Show invite dialog canceled

SocialFacebookInvalidParamPost 

[Social-Facebook] Invalid paramter for posting to facebook.

SocialFacebookPostDialogShowFail 

[Social-Facebook] Fail to show post dialog.

SocialFacebookShareFail 

[Social-Facebook] Fail to share: s

SocialFacebookShareCancelled 

[Social-Facebook] Sharing canceled.

SocialFacebookSendInvitationFail 

[Social-Facebook] Fail to send invitation: s

SocialFacebookSendInvitationCancelled 

[Social-Facebook] Send invitation is canceled.

SocialFacebookCancelPost 

[Social-Facebook] Posting is canceled.

SocialFacebookResponseFailPost 

[Social-Facebook] Response error. Failed to posting.

SocialFacebookOperationException 

[Social-Facebook] Operation exception is occured.

SocialFacebookServiceException 

[Social-Facebook] Service exception is occured.

SocialFacebookException 

[Social-Facebook] Exception is occured.

SocialHIVENotInitialized 

[Social-HIVE] Not initialized. initialize user first.

SocialHIVENetworkErrorGetMyProfile 

[Social-HIVE] Network error occured on Get My Profile: s

SocialHIVEInvalidParamSetMyProfile 

[Social-HIVE] Invalid parameter. Comment is required

SocialHIVENetworkErrorSetMyProfile 

[Social-HIVE] Network error occured on Set My Profile: s

SocialHIVENetworkErrorGetFriends 

[Social-HIVE] Network error occured on Get Friends: s

SocialHIVEInvalidSession 

[Social-HIVE] Invalid session. Only HIVE user is permitted

SocialHIVEInvalidParamVID 

[Social-HIVE] Invalid parameter. Valid VID is required.

SocialHIVENetworkErrorGetVIDByUIDList 

[Social-HIVE] Network error occured on Get VID By UID List: s

SocialHIVENetworkErrorGetUIDByVIDList 

[Social-HIVE] Network error occured on Get UID By VID List: s

SocialHIVEInvalidParamContentSendMessage 

[Social-HIVE] Invalid parameter. Message content is required.

SocialHIVENetworkErrorSendMessage 

[Social-HIVE] Network error occured on Send Message: s

SocialHIVEInvalidParamReceiptSendMessage 

[Social-HIVE] Invalid parameter. Need valid receipts for Send Message.

SocialHIVEInvalidParamUID 

[Social-HIVE] Invalid parameter. UID is empty or nil

SocialHIVEInProgressSocialDialog 

[Social-HIVE] In progress. SocialDialog is already showing.

SocialHIVESocialDialogClosed 

[Social-HIVE] SocialDialog is closed.

SocialHIVENetworkErrorGetBadgeInfo 

[Social-HIVE] Network error occured on Get Badge Info: s

SocialHIVEResponseFailGetMyProfile 

[Social-HIVE] Response error is occured on Get My Profile: s

SocialHIVEResponseFailSetMyProfile 

[Social-HIVE] Response error is occured on Set My Profile: s

SocialHIVEResponseFailGetFriends 

[Social-HIVE] Response error is occured on Get Friends: s

SocialHIVEResponseFailGetVID 

[Social-HIVE] Response error occured on Get VID: s

SocialHIVEResponseFailInvalidVIDList 

[Social-HIVE] Server response vid list does not match.

SocialHIVEResponseFailGetUID 

[Social-HIVE] Response error occured on Get UID: s

SocialHIVEResponseFailInvalidUIDList 

[Social-HIVE] Server response uid list does not match.

SocialHIVEResponseFailSendMessage 

[Social-HIVE] Response error is occured on Send Message: s

SocialHIVEResponseFailGetBadgeInfo 

[Social-HIVE] Response error is occured on Get badge: s

SocialHIVEResponseFailDialogWebView 

[Social-HIVE] WebView error is occured in social dialog: s

SocialHIVEResponseFailSocialDialog 

[Social-HIVE] Social dialog error is occured.

SocialHIVEInvalidParamFriendType 

[Social-HIVE] Requested friend type s is not supported.

SocialHIVEResponseFailGetProfiles 

[Social-HIVE] Response error. Failed to get profiles.

SocialHIVEInvalidParamGetProfiles 

[Social-HIVE] Invalid param get profiles.

SocialHIVEResponseFail 

[Social-HIVE] Response error.

SocialHIVEInvalidParamSendMessage 

[Social-HIVE] Invalid parameter. Message content is required.

SocialHIVEInvalidParamSendInvitationMessage 

[Social-HIVE] Invalid parameter. Send invitation message.

SocialHIVEResponseFailGetPictureFromGallery 

[Social-HIVE] Response error. Failed to get picture from gallery.

SocialHIVEResponseFailGetPictureFromCamera 

[Social-HIVE] Response error. Failed to get picture from camera.

SocialHIVENetworkErrorSendInvitationMessage 

[Social-HIVE] Network error is occured on send invitation message.

PromotionNotInitialized 

[Promotion] Setup HIVE module first.

PromotionAlreadyShowing 

[Promotion] Promotion view already shown.

PromotionNetworkErrorShowCustomContents 

[Promotion] Network error occured on Show Custom Contents: s

PromotionNetworkErrorShowOfferwall 

[Promotion] Network error occured on Show Offerwall

PromotionShowDialogFail 

[Promotion] Fail to show Dialog. Please check data from promotion server: s

PromotionResponseFailGetViewInfo 

[Promotion] Response error. Failed to get view info

PromotionNetworkError 

[Promotion] Network error occured : s

PromotionServerResponseError 

[Promotion] Server response error : s

PromotionInvalidResponseData 

[Promotion] Invalid response data : s

PromotionShareFailed 

[Promotion] Fail to share.

UserEngagementResponseFail 

[Promotion UE] Response error.

UserEngagementAlreadySetReady 

[Promotion UE] Already in ready to UE.

UserEngagementHandlerNotRegistered 

[Promotion UE] Handler not registered.

UserEngagementNotLogined 

[Promotion UE] Unauthorized User. Please do login first.

UserEngagementEmptyCouponId 

[Promotion UE] Coupon value is empty.

UserEngagementEmptyMarketPid 

[Promotion UE] Market pid value is empty.

UserEngagementListenerNotRegistered 

[Promotion UE] Listener is not registered.

PromotionStartPlayback 

[Promotion MV] Start playback.

PromotionFinishPlayback 

[Promotion MV] Finish playback.

PromotionYTPlayerError 

[Promotion MV] Youtube player get error : s

PromotionCancelPlayback 

[Promotion MV] Cancel playback.

PushNotInitialized 

[Push] Setup HIVE module first.

PushInvalidParamLocalPush 

[Push] Invalid param : s

PushInvalidParamRemotePush 

[Push] Invalid param : s

PushNetworkError 

[Push] Network error occured : s

PushAgeGateUnder13 

[Push] Push can not use under 13 years old people because of age verification system.

PushInvalidResponseData 

[Push] Invalid response data : s

PushServerResponseError 

[Push] Server response error : s

PushNeedSignIn 

[Push] Need signin.

IAPNotInitialize 

[IAP] Not Initialized. Initialize User First.

IAPAlreadyInInitialize 

[IAP] Already IAP Initialized.

IAPNetworkError 

[IAP] Network error occured: s

IAPNotSupportedMarket 

[IAP] Invalid or NOT supported market identifier. (s)

IAPNeedLogin 

[IAP] Unauthorized User. Please do login first.

IAPNeedShopInitialize 

[IAP] Not Shop Initialized. Initialize Shop First.

IAPNotSupportedOSVersion 

[IAP] Unsupported OS Version.

IAPNeedRestore 

[IAP] Unfinished transactions: s exists. Need restore.

IAPNothingToRestore 

[IAP] Nothing to restore.

IAPFailRestore 

[IAP] Fail to restore.

IAPRestrictPayments 

[IAP] This device is not able or allowed to make payments.

IAPNetworkJsonException 

[IAP] Json Exception during IAP Network

IAPMarketNotSupportedAPI 

[IAP] Market did not support this API

IAPFailMarketInitialize 

[IAP] Market data is nothing

IAPResponseError 

[IAP] Network response exception is occured.

IAPDialogActionDefault_DoExit 

[IAP] IAP Dialog Dismiss with unknown reason

IAPDialogActionOpenURL_DoExit 

[IAP] IAP Dialog Dismiss with OpenURL button selected

IAPDialogActionExit_DoExit 

[IAP] IAP Dialog Dismiss with Exit button selected

IAPDialogActionDone 

[IAP] IAP Dialog Dismiss with Done button selected

IAPDialogTimeover_DoExit 

[IAP] IAP Dialog Dismiss with Timeover

IAPInProgressPurchasing 

[IAP] Already in progress purchasing.

IAPInProgressRestoring 

[IAP] Already in progress restoring.

IAPInProgressCheckPromotePurchase 

[IAP] Already in progress check promote purchase.

IAPInProgressConnectingAppStore 

[IAP] Already in progress connecting App Store.

IAPInProgressMarketSelection 

[IAP] Already in progress market selection.

IAPAppStoreError 

[IAP] App Store Error: s

IAPAppStoreResponseEmpty 

[IAP] Fail to get response data from App Store. Response data is empty.

IAPCannotFindGamePID 

[IAP] Can not find game pid matching with market pid, PID is empty or nil.

IAPProductNotExist 

[IAP] Can not find product in IAP Server: s

IAPEmptyMarketPID 

[IAP] Fail to request purchase product. MarketPID is empty or nil.

IAPFailCreateSKPayment 

[IAP] SKPayment create failed.

IAPEmptyTransaction 

[IAP] Fail to request purchase. Purchased transaction is empty.

IAPEmptyProduct 

[IAP] Can not find market product using marker pid: s

IAPCancelPayment 

[IAP] Failed to purchase(canceled): s

IAPFailPayment 

[IAP] Failed to purchase

IAPInvalidMarketPID 

[IAP] Failed to convert to MarketPIDs to PID set.

IAPPurchaseParamJsonException 

[IAP] Purchase parameter json exception is occured.

IAPShopInfoParamJsonException 

[IAP] Shopinfo parameter json exception is occured.

IAPBadgeParamJsonException 

[IAP] Badge parameter json exception is occured.

IAPInvalidParamEmptyMarketPID 

[IAP] Game pid is empty.

IAPInvalidParamLocationCode 

[IAP] Location code is empty

IAPBlockedUser 

[IAP] This user has been blocked: s

IAPPromoCodeMatchMultiMarketPID 

[IAP] Multiple product matched in market pid: s

IAPPromoCodeNotMatchMarketPID 

[IAP] No product matched in market pid: s

IAPPromoCodeAlreadyUsed 

[IAP] This Promotion code already used: s

IAPAppleReceiptNotConnected 

[IAP] Apple receipt verifying server can not connected: s

IAPServerDefaultError 

[IAP] IAP server error: s

IAPInitializeMarketListIsEmpty 

[IAP] Resopnse failed. Market list is empty.

IAPInitializeMarketURLISEmpty 

[IAP] Resopnse failed. Market url is empty.

IAPEmptyMarketURL 

[IAP] Selected market URL is empty.

IAPNotSelectedMarket 

[IAP] Failed to select market.

IAPPlayStoreLaunchPurchaseFlowException 

[IAP] PlayStore launchpurchaseflow exception is occured.

IAPPlayStoreSetupFail 

[IAP] PlayStore start setup fail

IAPPlayStoreQueryInventoryFail 

[IAP] PlayStore query inventory fail when initialize

IAPPlayStorePending 

[IAP] PlayStore Billing state is pending.

IAPOneStoreProductListEmpty 

[IAP] OneStore Product List is empty.

IAPOneStoreProductNetworkError 

[IAP] OneStore requestProductInfo network fail

IAPOneStoreProductInfoError 

[IAP] OneStore requestProductInfo fail.

IAPOneStoreInvalidRequestID 

[IAP] OneStore requestID is invalid

IAPOneStorePurchaseError 

[IAP] OneStore purchase fail

IAPOneStoreNetworkNullError 

[IAP] Onestore Network response null error

IAPOneStoreNetworkInvalidError 

[IAP] Onestore Network response invalid error

IAPLebiInitializeNetworkError 

[IAP] Lebi Initialize fail

IAPLebiInitializeJsonException 

[IAP] Lebi initialize json exception is occured.

IAPLebiPurchaseNetworkError 

[IAP] Lebi purchase fail

IAPLebiPurchaseJsonException 

[IAP] Lebi purchase json exception is occured.

IAPLebiVerifyOrderNetworkError 

[IAP] Lebi verifyorder fail

IAPLebiVerifyOrderJsonException 

[IAP] Lebi verifyorder json exception is occured.

IAPLebiBalanceNetworkError 

[IAP] Lebi balance fail

IAPLebiBalanceParamJsonException 

[IAP] Lebi balance json exception is occured.

IAPLebiPostException 

[IAP] Lebi post exception is occured.

IAPLebiInternalRequestException 

[IAP] Lebi Internal request exception is occured.

IAPLebiRestoreNetworkError 

[IAP] Lebi restore create invalid response data

IAPV4NotInitialize 

[IAPv4] Setup HIVE module first.

IAPV4NetworkError 

[IAPv4] Network error occured: s

IAPV4NotSupportedMarket 

[IAPv4] Market not supported.

IAPV4NeedSignIn 

[IAPv4] Unauthorized User. Please do sign in first.

IAPV4NeedMarketConnect 

[IAPv4] Shop not initialized. Initialize shop first.

IAPV4NeedRestore 

[IAPv4] Unfinished transactions: s exists. Need restore.

IAPV4NothingToRestore 

[IAPv4] Nothing to restore.

IAPV4FailToRestore 

[IAPv4] Fail to restore.

IAPV4RestrictPayments 

[IAPv4] This device not able or allowed to make payments.

IAPV4FailMarketConnect 

[IAPv4] Invalid market data : s

IAPV4ResponseError 

[IAPv4] Invalid response data : s

IAPV4MarketNotSupportedAPI 

[IAPv4] Market did not support this API

IAPV4InProgressMarketConnect 

[IAPv4] Already in progress market connect.

IAPV4InProgressPurchasing 

[IAPv4] Already in progress purchasing.

IAPV4InProgressRestoring 

[IAPv4] Already in progress restoring.

IAPV4InProgressCheckPromote 

[IAPv4] Already in progress check promote purchase.

IAPV4InProgressConnectAppStore 

[IAPv4] Already in progress connect App Store.

IAPV4InProgressMarketSelect 

[IAPv4] Already in progress market select.

IAPV4AppStoreError 

[IAPv4] App store error: s

IAPV4AppStoreResponseEmpty 

[IAPv4] Fail to get response data from App Store. Response data is empty.

IAPV4ProductNotExsitInAppStore 

[IAPv4] Can not find product: s

IAPV4FinishMarketPidEmpty 

[IAPv4] Empty finished market PID.

IAPV4PromoteMarketPidEmpty 

[IAPv4] Empty market pid.

IAPV4FailCreateSKPayment 

[IAPv4] Fail to create payment.

IAPV4FailToConvertNSSet 

[IAPv4] Fail to conver to market pids to pid set.

IAPV4InvalidLogType 

[IAPv4] Invalid log type.

IAPV4ProductNotExist 

[IAPv4] Failed to request purchase product. Market product not found.

IAPV4RequestProductJsonException 

[IAPv4] Reqeust product json exception occured.

IAPV4PurchaseParamJsonException 

[IAPv4] Purchase parameter json exception occured.

IAPV4RequestMarketJsonException 

[IAPv4] Reqeust market json exception occured.

IAPV4ProductInfoJsonException 

[IAPv4] Product info json exception occured.

IAPV4CancelPayment 

[IAPv4] Failed to purchase(canceled)

IAPV4FailPayment 

[IAPv4] Failed to purchase

IAPV4EmptyParamMarketPID 

[IAPv4] Empty market pid.

IAPV4EmptyMarketList 

[IAPv4] Empty Market list from IAP server.

IAPV4EmptyMarketURL 

[IAPv4] Response failed. Market selection URL is emptry or nil.

IAPV4MarketPidListEmptyInIAPServer 

[IAPv4] Failed to request product indentifiers. MarketPID is empty or nil.

IAPV4EmptyProductList 

[IAPv4] IAP need get product info. get product info or showPayment API.

IAPV4ProductNotExistInIAPServer 

[IAPv4] Invalid parameter. Unknown market product identifier: s

IAPV4PlayStoreLaunchPurchaseFlowException 

[IAPv4] PlayStore launchpurchaseflow exception occured.

IAPV4PlayStoreSetupFail 

[IAPv4] PlayStore start setup fail

IAPV4PlayStoreQueryInventoryFail 

[IAPv4] PlayStore query inventory fail when initialize

IAPV4PlayStoreFinishFail 

[IAPv4] PlayStore Finish fail.

IAPV4PlayStorePending 

[IAPv4] PlayStore Billing state is pending.

IAPV4OneStoreV5RemoteException 

[IAPv4] IAPV4OneStoreV5RemoteException

IAPV4OneStoreV5SecurityException 

[IAPv4] IAPV4OneStoreV5SecurityException

IAPV4OneStoreV5NeedUpdateException 

[IAPV4] OneStoreV5NeedUpdateException

IAPV4OneStoreCancelPayment 

[IAPV4] Cancel Payment

IAPV4OneStoreNetworkError 

[IAPV4] Can not connect to the OneStore

IAPV4OneStoreResponseError 

[IAPV4] Error response in OneStore

IAPV4OneStoreProductNotExist 

[IAPV4] Product not in sale

IAPV4OneStoreFailPayment 

[IAPV4] Failed to purchase

IAPV4OneStoreError 

[IAPV4] Error in OneStore s

IAPV4OneStoreNeedRestore 

[IAPV4] Already owned the item

IAPV4OneStoreNothingToRestore 

[IAPV4] Did not owned the item

IAPV4OneStoreUnablePayment 

[IAPV4] Unable Payment. Check your credit.

IAPV4OneStoreNeedSignIn 

[IAPV4] Need OneStore signIn

IAPV4OneStoreException 

[IAPV4] Can not use OneStore

IAPV4OneStoreInvalidResponseData 

[IAPV4] Get invalid data from OneStore

IAPV4OneStoreInvalidParam 

[IAPV4] Invalid parameter.

IAPV4LebiInitializeNetworkError 

[IAPv4] Lebi Initialize fail

IAPV4LebiInitializeJsonException 

[IAPv4] Lebi initialize json exception occured.

IAPV4LebiPurchaseNetworkError 

[IAPv4] Lebi purchase fail

IAPV4LebiPurchaseJsonException 

[IAPv4] Lebi purchase json exception occured.

IAPV4LebiVerifyOrderNetworkError 

[IAPv4] Lebi verifyorder fail

IAPV4LebiVerifyOrderJsonException 

[IAPv4] Lebi verifyorder json exception is occured.

IAPV4LebiBalanceNetworkError 

[IAPv4] Lebi balance fail

IAPV4LebiBalanceParamJsonException 

[IAPv4] Lebi balance json exception is occured.

IAPV4LebiPostException 

[IAPv4] Lebi post exception is occured.

IAPV4LebiInternalRequestException 

[IAPv4] Lebi Internal request exception is occured.

IAPV4LebiRestoreNetworkError 

[IAPv4] Lebi restore create invalid response data

IAPV4LebiCancel 

[IAPv4] Lebi Charge cancel.

IAPV4LebiFinishFail 

[IAPv4] Lebi Finish fail.

IAPV4CancelMarketSelect 

[IAPv4] market select cancel.

IAPV4ServerResponseError 

[IAPv4] Server response error is occured. : s

IAPV4HiveStoreSuccess 

[IAPv4] Desktop Platform HiveStore Success

PlatformHelperOSNotSupported 

[PlatformHelper] s is not supported.

PlatformHelperOSVersionNotSupported 

[PlatformHelper] s OS version is not supported.

PlatformHelperEmptyPermissions 

[PlatformHelper] Permissions is empty.

DataStoreNotExistKey 

[DataStore] Key is not exist.

DataStoreNotExistColumn 

[DataStore] Column Family(table) is not exist.

DataStoreNotExistPublicKey 

[DataStore] Public Key is not exist.

DataStoreNotInitialized 

[DataStore] Need Auth Setup.

DataStoreNeedSignIn 

[DataStore] Need Sign In.

DataStoreDisabled 

[DataStore] DataStore disabled.

DataStoreResponseError 

[DataStore] Server resposne error.

DataStoreInvalidParam 

[DataStore] Invalid parameter.

DataStoreGameIsBeingInspected 

[DataStore] Game is being inspected.///

◆ ErrorCode

열거형 멤버
ITEM_DELIVERY_DELAYED 

결제는 성공했으나 게임서버 이상 등으로 아직 지급이 보류된 상태.

IAP 서버에서 자동으로 재지급 된다.
iapTransactionId 는 존재하며, 클라이언트는 트랜젝션 종료.
IAP.purchase(), IAP.restore(), IAP.restoreReceipt() 에서 발생

ITEM_PENDING 

결제를 Offline에서 진행하도록 요청함.


클라이언트는 트랜젝션 종료.
IAP.purchase() 에서 발생

AUTHORIZED 

이미 인증되어 있는 상태 (서버 1001)
AuthV4.connect() 에서 발생

CONFLICT_PLAYER 

다른 플레이어와 인증되어 있는 상태 (서버 1002)
AuthV4.connect() 에서 발생

BLACKLIST 

제재 상태의 유저
AuthV4.signIn(), AuthV4.checkBlacklist() 에서 발생

DEVELOPER_ERROR 

프로모션 코드용 마켓PID에 대한 활성화된 HIVE IAP상품이 하나도 없거나
여러개 활성화 되어있을 경우 등 백오피스 설정이 잘못 되어있는 상태
IAP.purchase(), IAP.restore(), IAP.restoreReceipt() 에서 발생

DUPLICATED_PROMOTION_CODE 

동일한 프로모션의 프로모션 코드를 중복 사용하였을 경우
IAP.purchase(), IAP.restore(), IAP.restoreReceipt() 에서 발생

PLAYER_CHANGE 

계정 충돌이 발생한 후 계정 전환에 성공한 경우

USER_OUT 

Hive 웹뷰에서 정식 유저 탈퇴 시 서버 신호에 따라
SocialHiveDialog 콜백으로 탈퇴 여부를 전달하기 위한 응답값 (GCPSDK4-844)


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.:
Copyright © Com2uS Platform Corporation. All Right Reserved. 이용약관 개인정보 처리방침