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
Ideally this should be done on feature/nlp branch. We should probably introduce some onBackendError (handleBackendError?) utility method that should be imported and used everywhere we want to observe API call failures. It could be passed directly or if we require some more handling in some cases, (response) => {onBackendError(response); <more code>}.
I added a quick workaround (@dorey's) on the 3939-knowncols+qa-fixes branch just to prepare for the imminent NLP deployment: 5b3bb0c
There's going to be a lot more NLP QA work after the initial, invitation-only release, so this can continue on top of feature/nlp (or just on top of beta if that's easier). Thanks 👍
Description
Ideally this should be done on
feature/nlp
branch. We should probably introduce someonBackendError
(handleBackendError
?) utility method that should be imported and used everywhere we want to observe API call failures. It could be passed directly or if we require some more handling in some cases,(response) => {onBackendError(response); <more code>}
.A card from NLP QA board says:
Additional details
Zulip topic
The text was updated successfully, but these errors were encountered: