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 Jul 11, 2023. It is now read-only.
I'm trying to figure out how to rescue from a Flex::HttpError 404 404: {"found":false error. when attempting to delete an item from the index that doesn't exist. It is an edge case where a deleted active record entry isn't removed from the index but I need to handle it at this point.
I would prefer that Flex handled this differently but I can understand the approach.
I just don't know how to rescue/recover - where to put the rescue code.
The text was updated successfully, but these errors were encountered:
I'm trying to figure out how to rescue from a Flex::HttpError 404 404: {"found":false error. when attempting to delete an item from the index that doesn't exist. It is an edge case where a deleted active record entry isn't removed from the index but I need to handle it at this point.
I would prefer that Flex handled this differently but I can understand the approach.
I just don't know how to rescue/recover - where to put the rescue code.
The text was updated successfully, but these errors were encountered: