How do I get error description in picasso :
Picasso.with(context)
.load(getUrl())
.placeholder(R.drawable.user_thumbnail_big)
.error(android.R.drawable.ic_dialog_alert)
.into(viewModel.userImg);
Callback onError
(https://square.github.io/picasso/javadoc/index.html) method also doesn't provide any arguments, I'm getting error images, but can't figureout why, logcat is also silent. Internet permission added.
Thanks for help.
EDIT
issue : Picasso library stopped working today with facebook graph picture links