onError method Null safety
- Object error,
- StackTrace stackTrace
This method is called when an error occurs when executing the request.
Implementation
void onError(final Object error, final StackTrace stackTrace);
This method is called when an error occurs when executing the request.
void onError(final Object error, final StackTrace stackTrace);