You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
Please make it so that i can bind some UI strings to the error messages, i need errors to have unique ID and message should be informative, details should contain details and not the message
for example, now:
{
"name": "WaffleServerError",
"message": "WS error",
"details": "No versions were found for the given dataset",
. . .
would like it to be
{
"name": "WaffleServerError/NoVersionsFound",
"message": "WS error: No versions were found for the given dataset",
"details": {dataset: "open-numbers%2Fddf--gapminder--population%23develop"},
. . .
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please make it so that i can bind some UI strings to the error messages, i need errors to have unique ID and message should be informative, details should contain details and not the message
for example, now:
would like it to be
The text was updated successfully, but these errors were encountered: