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

Add a way to provide end user error messages #61

Closed
voxpelli opened this issue Oct 11, 2016 · 3 comments
Closed

Add a way to provide end user error messages #61

voxpelli opened this issue Oct 11, 2016 · 3 comments

Comments

@voxpelli
Copy link

In https://micropub.net/draft/#error-response it is specifically defined that any error message should not be shown to the end user, which means that any validation error or similar that may be due to special constraints in the micropub server – eg. enforcing some specific format of a slug or something – can't be communicated to the end user. The end user will only see something like Invalid Request / An unexpected error has occurred – which isn't very user friendly.

Adding this as a follow up to #49 as with this mechanism any such "errors" that's out of scope of Micropub could at least be handled in a graceful way through Micropub. Sorry for the late response.

@aaronpk
Copy link
Member

aaronpk commented Oct 13, 2016

This is a good idea, but it's too late in this process to add a feature as big as this. I agree with the need for it, but it's unfortunately not trivial to add, especially as there has been no experimentation with this in any current implementations as of yet.

The best thing to do would be to have implementations experiment with ways to solve this, and collect information and feedback on the Brainstorming page on the IndieWeb wiki.

@voxpelli
Copy link
Author

I totally understand, I'll leave this open until I've had time to move it there, but you can mark it as non-blocking for the spec itself

@aaronpk
Copy link
Member

aaronpk commented Apr 12, 2017

I've copied this issue onto the Micropub-brainstorming page, where we can continue to iterate on it there.

https://indieweb.org/Micropub-brainstorming#Provide_end-user_error_messages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment