-
Notifications
You must be signed in to change notification settings - Fork 64
More human-readable errors #43
Copy link
Copy link
Labels
help wantedExtra attention is neededExtra attention is neededneeds:engineeringThis requires engineering to resolve.This requires engineering to resolve.
Milestone
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededneeds:engineeringThis requires engineering to resolve.This requires engineering to resolve.
Fields
Give feedbackNo fields configured for 💡 Idea / Suggestion.
I'd like to write and implement more human-readable error messages instead of just reporting back the provided error code and messages. So for instance, instead of showing
429: Too many requestsin the banner, we could try:And so on and so forth, tailoring them for each combination of error code and service and particular UI and potentially providing help if it makes sense in any situation.
Previously: #3