public static interface Response.FailureListener extends Response.ResponseListener
Modifier and Type | Method and Description |
---|---|
void |
onFailure(Response response,
java.lang.Throwable failure)
Callback method invoked when the response has failed in the process of being received
|
void onFailure(Response response, java.lang.Throwable failure)
response
- the response containing data up to the point the failure happenedfailure
- the failure happenedCopyright © 1995–2023 Webtide. All rights reserved.