How the app behaves when an AccountNotFoundError is returned by the App Store Server API.

We are currently implementing in-app purchases with auto-renewing subscriptions. If an AccountNotFoundError is returned from the App Store Server API, is it correct for the app to stop the service offered with that subscription? The documentation does not go into detail, so I am just checking to be sure.

https://developer.apple.com/documentation/appstoreserverapi/accountnotfounderror

How the app behaves when an AccountNotFoundError is returned by the App Store Server API.
 
 
Q