Tuesday, 20 August 2013

Volley Not Parsing 404 response

Volley Not Parsing 404 response

Volley returns an error when a 404 response is returned from the server
even if that 404 message contains json based error codes. It does not
parse the 404 response which contains jason { code: resourceNotFound,
msg:message_index }
Is there anyway to get Volley to process the JSon in a 404 message? The
service I am integrating with returns a 404 when a resource cannot be
found.

No comments:

Post a Comment