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
ValidationFailed is apparently a client error due to passing invalid params.
Thus, server should response 400 Bad Request instead of 500 Internal Server Error when ValidationFailed is raised.