You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a checkArgument fails and raises an exception, it is shown to the user with the exception type (java.lang.IllegalArgumentException). It may be confusing to show that, and instead should just show the message.
As suggested in #2614 (comment), a better implementation would be input validation where a more user friendly and translated error is shown (at text field validation).
When a checkArgument fails and raises an exception, it is shown to the user with the exception type (java.lang.IllegalArgumentException). It may be confusing to show that, and instead should just show the message.
Related to #2619
The text was updated successfully, but these errors were encountered: