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.
At the moment all error descriptions in the API are provided in plain text as part of the RPC response. That is sometimes not what a user would expect as can be seen from #1020
Solution
Make sure that all unsucesfull api responses contain an errors key.
Tasklist
Assure all errors are returned in a json object
Update documentation of the API to reflect the change
Add a changelog entry.
The text was updated successfully, but these errors were encountered:
Problem Definition
At the moment all error descriptions in the API are provided in plain text as part of the RPC response. That is sometimes not what a user would expect as can be seen from #1020
Solution
Make sure that all unsucesfull api responses contain an
errors
key.Tasklist
The text was updated successfully, but these errors were encountered: