Posts by Leonardo Siqueira • 1 point
1 post
-
0
votes0
answers69
viewsQ: Volley: onErrorResponse is returning the error as null
My server is registering normally, but when trying to send a record to register using Volley, it drops to onErrorResponse and the object error.getMessage() is returning null. My java code: private…