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
I was catching the google place api error from browser console when my google api call is reach the limit. At that moment, I think if I can redesign my ui to produce an alternative ui if google place api is reach the limit.
That could be nice to have. If you want a feature like that, feel free to implement! A unified onApiError handler would be nice I think. We use three APIs and there should be at most 1 handler I think.
Short description
I was trying to create UI which will rendered differently if geosugget input has an google api error.
Expected results
I expected that should be a call back function such as
onGoogleAPIError
, so I will know there is an api issue and then render my ui accordingly.Actual results
There is no way to know if google api call is failed.
The text was updated successfully, but these errors were encountered: