-
Notifications
You must be signed in to change notification settings - Fork 1
Add problem library #2
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
base: master
Are you sure you want to change the base?
Conversation
kwiesmueller
left a comment
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.
In general I would like to make a comparable UX as github.com/pkg/errors does.
While I am not really familiar with the RFC Spec yet, I would hope to get a way of working hand in hand with errors.
So providing Wrap functions and ways to transition from common errors to a user facing RFC compliant error.
kwiesmueller
left a comment
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.
Oh, and I know it's really primitive code, but at least some test coverage would be great to have. Information function covering as much as possible would be great already.
An example would do as well.
And could somebody please explain why Github on mobile keeps jumping to the top whenever I submitted a damn comment!? :#
The
problemslibrary implements the RFC 7807 standard in Go.The goal of this implementation is the unification of microservice errors thrown in (often) HTTP microservices.