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
We need to throw all the errors at once when we find there are multiple errors are in incoming query params. Right now we throw 400_BAD_REQUEST when first invalid param is detected and rest of the params aren't checked.