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 requests in the banner, we could try:
You have reached the limit for classifications on your account. (Error code 429)
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
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