mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 21:21:34 +00:00
39 lines
839 B
C#
39 lines
839 B
C#
namespace AppleBatch_June.Login
|
|
{
|
|
public enum iTunesDownloadErrorState
|
|
{
|
|
AgeMustLarge17Charge = 10,
|
|
AgeMustLarge17Free = 9,
|
|
AppleIdDisable = 18,
|
|
CannotPurchase = 11,
|
|
CannotVerification = 16,
|
|
Charge = 5,
|
|
ChargeMoney2AppleID = 23,
|
|
CreditBalanceHasExpired = 26,
|
|
FailedAuthorize = 12,
|
|
GetMoreDownloadItemOverTime = 24,
|
|
iTunesAskThreeQuestions = 25,
|
|
iTunesCannotAnalyseVersion = 8,
|
|
iTunesLowVersion = 7,
|
|
LoginException = 6,
|
|
LoginInOtherStore = 14,
|
|
LoginiTunesDisable = 21,
|
|
LoginiTunesVertify = 20,
|
|
NeedSecurityCode = 19,
|
|
NeedToLogin = 15,
|
|
Nomal = -2,
|
|
NotBindingCredit = 17,
|
|
NotContainItemId = 3,
|
|
NotLogin = 2,
|
|
Purchased = 13,
|
|
SecurityChanging = 22,
|
|
Succeed = 1,
|
|
UnKnow = 0,
|
|
Waiting = -1,
|
|
WebCannotAnalyse = 4,
|
|
Supplyhasbeenstopped = 28,
|
|
Downloaded = 27,
|
|
BeenLocked = -9999
|
|
}
|
|
}
|