onError method of the Callback interface
Called when an error occurs.
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.
3/2/2022 12:59:15 PM