public interface OnApiErrorListener extends FlowListener
| Modifier and Type | Method and Description |
|---|---|
void |
onClientError(ClientError error)
This method is invoked when there was a client error.
|
void |
onServerError(ServerError error)
This method is invoked when there was an error which was caused by a bug within the wallee
platform itself.
|
void onClientError(ClientError error)
So client error means that either the app user, the developer which invokes the web service API or the user which configured the space has done something wrong.
error - the error which may gives more details about the issue.void onServerError(ServerError error)
error - the error which gives more details about the failure.