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

Correctly Handle UserException #503

Open
aschoneveld opened this issue May 22, 2019 · 1 comment
Open

Correctly Handle UserException #503

aschoneveld opened this issue May 22, 2019 · 1 comment
Labels
0 - Backlog New issue, unvetted.

Comments

@aschoneveld
Copy link
Member

Currently a UserException is handled in the same way as a SystemException. This should not be the case. A UserException should result in a 400 error in the entity layer.

@aschoneveld
Copy link
Member Author

Also in this case 404 should be thrown:

<message name="NOT_FOUND" condition="IsEmpty( [/@UserId] )" />
<break condition="IsEmpty( [/@UserId] )" />

@ghost ghost added the 0 - Backlog New issue, unvetted. label Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Backlog New issue, unvetted.
Projects
None yet
Development

No branches or pull requests

1 participant