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

Provide more fine grained error responses if a request for a user fails #1451

Open
NicMcPhee opened this issue Jan 14, 2024 · 0 comments
Open

Comments

@NicMcPhee
Copy link
Member

Currently when UserProfileComponent displays the user, it checks for an error and displays the error information (see #1442), but there's no checking for the details of the specific status code that is returned. A question is whether we want to add logic somewhere that checks for the specifics of an error for the server, and provides a more customized response for the user.

My immediate sense is that this probably isn't a high priority because a failure to get a user back from the server is probably due to a programming problem, either in the client or in the server, and the typical user has no ability to address either type of error.

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