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

DialogBase/DialogEntityDelete: improve Error Handling if delete fails #4369

Open
BacLuc opened this issue Jan 2, 2024 · 0 comments
Open

Comments

@BacLuc
Copy link
Contributor

BacLuc commented Jan 2, 2024

If the Entity to Delete does not exist anymore (we get 404), we now see at least the error for a short time.
But because the entity to delete does not exist, we cannot really go back.

Screencast.from.02.01.2024.10.27.18.webm

Originally posted by @BacLuc in #4362 (comment)

Error cases which need to be considered

  • 401: The authorization expired
  • 403: you are not allowed to delete this entity
  • Network Error: the request did not get through
  • 500: Something on the server side failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant