onError method of the Callback interface
Reports an error.
This method is to be implemented on the client side, which may include displaying the error description to the user or handling it otherwise.
void onError( Exception error );
Parameters
- error
- The Exception object for the error that has occurred.
02.03.2022 12:59:15