You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example,function GetALLSubscriptionStatuses return (rsp *StatusResponse, err error) ,I hope to retry when apple server return response code 429, maybe return custom error type with field status.
type AppstoreAPIError struct {
err error
statusCode int
}
The text was updated successfully, but these errors were encountered:
for example,function GetALLSubscriptionStatuses return
(rsp *StatusResponse, err error)
,I hope to retry when apple server return response code 429, maybe return custom error type with field status.The text was updated successfully, but these errors were encountered: