Updates VerificationError.errorDescription to match ALTLocalizedError default implementation

This commit is contained in:
Riley Testut
2022-12-12 15:34:09 -06:00
committed by Magesh K
parent 5bb677f6d9
commit c34bcce5ea

View File

@@ -60,6 +60,8 @@ struct VerificationError: ALTLocalizedError {
return String(formatted: "This device is running iOS %@, but %@", deviceOSVersion.stringValue, failureReason)
default: return nil
}
return self.errorFailureReason
}
var errorFailureReason: String {