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

Improve error handling and associated nullability annotations #2

Open
chrisballinger opened this issue Oct 4, 2016 · 1 comment
Open

Comments

@chrisballinger
Copy link
Member

There are a number of methods (and inits) that silently fail and return nil without having an error parameter, and in conflict with the public nullability annotations.

@chrisballinger
Copy link
Member Author

This assert should be an NSError:

NSAssert(result >= 0, @"couldn't process prekey bundle");

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

No branches or pull requests

1 participant