We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee3416 commit dba1d3bCopy full SHA for dba1d3b
Sources/StoreAPI/Store/StoreResponse.swift
@@ -64,6 +64,8 @@ extension StoreResponse: Decodable {
64
self = .failure(error: Error.invalidCredentials)
65
case "An Apple ID verification code is required to sign in. Type your password followed by the verification code shown on your other devices.":
66
self = .failure(error: Error.codeRequired)
67
+ case "MZFinance.BadLogin.Configurator_message":
68
+ self = .failure(error: Error.codeRequired)
69
case "This Apple ID has been locked for security reasons. Visit iForgot to reset your account (https://iforgot.apple.com).":
70
self = .failure(error: Error.lockedAccount)
71
default:
0 commit comments