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

Handle errors and allow AFNetworking 2.0 failure block to execute #45

Merged
merged 7 commits into from
Mar 16, 2014
Merged

Handle errors and allow AFNetworking 2.0 failure block to execute #45

merged 7 commits into from
Mar 16, 2014

Conversation

bswatson
Copy link
Contributor

No description provided.

error:error];

if (*error != nil) {
if (responseObject != nil) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this if statement be only wrapped around the line 111 setting the responseObject on the userInfo dictionary?

@cnstoll
Copy link
Contributor

cnstoll commented Mar 16, 2014

Thanks a lot for the PR! Will merge with those changes.

Thanks,

  • Conrad

@cnstoll cnstoll added this to the 1.3.1 milestone Mar 16, 2014
@bswatson
Copy link
Contributor Author

Cleaned up commits and made a few more modifications to allow accessing data more consistently, and with a standard key.

cnstoll added a commit that referenced this pull request Mar 16, 2014
Handle errors and allow AFNetworking 2.0 failure block to execute
@cnstoll cnstoll merged commit 19bbb0c into mutualmobile:master Mar 16, 2014
@cnstoll
Copy link
Contributor

cnstoll commented Mar 16, 2014

Thanks again!

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