Interface Response.FailureListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onFailure​(Response response, java.lang.Throwable failure)
      Callback method invoked when the response has failed in the process of being received
    • Method Detail

      • onFailure

        void onFailure​(Response response,
                       java.lang.Throwable failure)
        Callback method invoked when the response has failed in the process of being received
        Parameters:
        response - the response containing data up to the point the failure happened
        failure - the failure happened