-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: add error messages to error flashes #179
Conversation
@ahpook thoughts? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good from an engineering pov
Hmmm. How many potential other messages are we looking at? The json barf is pretty ugly ... Is the format predictable enough to extract the |
I'm not really sure how many, but I would guess that the name conflict one is probably the most common and that one is already covered. I would imagine that the API is consistent and returns a message field though and that would be easy to add to the banner by itself. |
Pull Request
Proposed Changes
Readiness Checklist
Author/Contributor
npm run lint
and fix any linting issues that have been introducednpm run test
and run tests@jeffrey-luszcz
Reviewer
bug
,documentation
,enhancement
,infrastructure
,maintenance
, orbreaking