public static interface FacadeCallback.Failure
| Modifier and Type | Method and Description |
|---|---|
Throwable |
exception()
The failure exception
|
boolean |
isBadRequest()
true if HTTP status code of the response is 400 |
boolean |
isFailure()
The boolean indication whether remote call has failed.
|
boolean |
isNotFound()
true if HTTP status code of the response is 404 |
boolean |
isSuccess()
The boolean indication whether remote call has completed successfully.
|
com.google.gwt.http.client.Response |
response()
The call response.
|
int |
statusCode()
Remote call HTTP status code.
|
boolean isFailure()
boolean isSuccess()
Throwable exception()
com.google.gwt.http.client.Response response()
int statusCode()
boolean isNotFound()
true if HTTP status code of the response is 404boolean isBadRequest()
true if HTTP status code of the response is 400Copyright © 2023. All rights reserved.