Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing error codes #64

Merged
merged 1 commit into from
Jun 16, 2020
Merged

Conversation

korzonkiee
Copy link
Contributor

This PR adds error codes that were introduced in native sdks, but missed in Dart port:

  • invalidAppleSubscriptionKeyError,
  • ineligibleError,
  • invalidSubscriberAttributesError

Those missed error codes caused

RangeError (length): Invalid value: Not in range 0..18, inclusive: 20

in https://github.com/RevenueCat/purchases-flutter/blob/develop/lib/errors.dart#L27 when native sdk reported error code greater than 18.

Copy link
Member

@aboedo aboedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great, thanks for opening!! @korzonkiee

@aboedo aboedo merged commit f1be3b6 into RevenueCat:develop Jun 16, 2020
@vegaro vegaro mentioned this pull request Jun 26, 2020
Jethro87 pushed a commit to Jethro87/purchases-flutter that referenced this pull request Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants