showErrorAlert

fun showErrorAlert(context: Context, message: String, title: String? = null): AlertDialog
fun showErrorAlert(context: Context, @StringRes message: Int, @StringRes title: Int? = null): AlertDialog