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
When getting an error from the api we only get a string, such as: Error returned by API: The page you specified doesn't exist.
I would find it more convenient for error handling to give back the original API response, so we can do tests like if (response.code === 'missingtitle') { ... }
The text was updated successfully, but these errors were encountered:
When getting an error from the api we only get a string, such as:
Error returned by API: The page you specified doesn't exist.
I would find it more convenient for error handling to give back the original API response, so we can do tests like
if (response.code === 'missingtitle') { ... }
The text was updated successfully, but these errors were encountered: