Skip to content
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

Should calling delete on a non-existent instance just be silently ignored? #441

Open
carsonfarmer opened this issue Sep 18, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@carsonfarmer
Copy link
Member

Right now, this throws an error, but should it? For remote clients that don't know ahead of time if an instance has already been deleted, it would be useful if this just failed silently. Either way the instance is no longer in the collection. Are there unexpected consequences to this that we need to consider? Now that we have errors coming back from transactions, maybe this isn't such a problem?

@carsonfarmer carsonfarmer added the enhancement New feature or request label Sep 18, 2020
@carsonfarmer carsonfarmer added this to the Sprint 46 milestone Sep 18, 2020
@carsonfarmer carsonfarmer self-assigned this Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant