What type of error is thrown in `Product.SubscriptionInfo.status`?

The status property is described as get async throws, but the details of the error is not described yet.

Is the error Product.PurchaseError?.

Answered by App Store Commerce Engineer in 707547022

I believe you may be looking for StoreKitError https://developer.apple.com/documentation/storekit/storekiterror/

Accepted Answer

I believe you may be looking for StoreKitError https://developer.apple.com/documentation/storekit/storekiterror/

What type of error is thrown in `Product.SubscriptionInfo.status`?
 
 
Q