process Recoverable Error
public final Unit processRecoverableError(Activity activity, ErrorDetails recoverableError, Function0<Unit> positiveListener, Function0<Unit> negativeListener)
Show a recoverable error dialog with a message based on the error details
Parameters
activity
The activity
recoverable Error
The recoverable error details
positive Listener
The lambda to run when the positive button is clicked
negative Listener
The lambda to run when the negative button is clicked