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
{{ message }}
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
What is the problem?
In the first version of Search API we are not handling errors and for now, we are just logging them.
Your solution
Handle errors correctly and ideally use instrumentation code so that we have a centralized place to organize everything and make changes.
The text was updated successfully, but these errors were encountered:
Hey @Coteh, thanks for the interest! The search API needs more and better error handling.
First off, errors don't have a custom type, as an example take a look at unknown resource error.
Another issue is that errors are simply logged but not handled, as in here and here. It would be nice to treat them gracefully and have respectively tests, in other words, have test cases that catch those errors.
What is the problem?
In the first version of Search API we are not handling errors and for now, we are just logging them.
Your solution
Handle errors correctly and ideally use instrumentation code so that we have a centralized place to organize everything and make changes.
The text was updated successfully, but these errors were encountered: