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

Issue #491 - Enhancement : A more descriptive error messages #517

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

sak93
Copy link
Collaborator

@sak93 sak93 commented May 15, 2014

@@ -90,7 +90,7 @@ else if(getResourceType().equals(Config.OFFER_TYPE)){

DeleteRequest deleteRequest = new DeleteRequest(url){
protected void onPostExecute(String res) {
String message = "Sorry, there are problems in the delete process. Please, try again later";
String message = this.getErrorMessage();
Copy link
Collaborator

Choose a reason for hiding this comment

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

On Success there are no error messages , this line will throw a null pointer exception if the status code was 200.

@revcoder93
Copy link
Collaborator

Documentation : Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants