public static interface ApplicationConnection.CommunicationErrorHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
onError(String details,
int statusCode)
Called when a communication error has occurred.
|
boolean onError(String details, int statusCode)
true from this method suppresses error handling.details - A string describing the error.statusCode - The HTTP status code (e.g. 404, etc).Copyright © 2018 Vaadin Ltd. All rights reserved.