-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.4.9 - 403 Forbidden: the client returns an empty response instead of throwing an error #397
Comments
As far as I can see in the code, it does throw exception on Status PERMISSION_DENIED. I tested it and for me it throws. |
I confirm. It doesn't throw any exception in this specific case.
|
marco-merola-ef
changed the title
403 Forbidden: the client returns an empty response instead of throwing an error
5.4.9 - 403 Forbidden: the client returns an empty response instead of throwing an error
Oct 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When gmaps api returns this error, the client IRoutesMatrixApi doesn't throw any exception and simply returns an empty RoutesMatrixResponse instance.
Is there a way to instrument the client to fail when the response is not 200?
How do I retrieve the list of errors?
The text was updated successfully, but these errors were encountered: