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
Prevents crashing in that case, and matches how other API calls handle
bad parameters.
It is also useful to simplify error checking in the caller side, as it
allows delaying checks for compiler failure and handling it together with
a match data creation failure.
0 commit comments