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