ibm-bluemix-mobile-services/bms-clientsdk-android-core

Exception while calling to Request if initialize with wrong params

Closed this issue · 1 comments

  1. Call to initialize with wrong params (empty string for example )
  2. call to simple request
    Request request = new Request("/protectedResource", Request.GET);

You get an IllegalArgumentException instead of call to onFailure of the listener

Can you post the stack trace you get?