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 Mar 8, 2024. It is now read-only.
Similar to JSDoc comments #131 and code comments #132, we should do a pass through all the error messages we return in the app and just make sure we're being consistent in our communication, and following best practices for error messages.
Best practices for error messages in an API include a link to documentation for Bad Requests, and possibly an example good request so the client knows how to fix the problem.
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.
Similar to JSDoc comments #131 and code comments #132, we should do a pass through all the error messages we return in the app and just make sure we're being consistent in our communication, and following best practices for error messages.
Best practices for error messages in an API include a link to documentation for Bad Requests, and possibly an example good request so the client knows how to fix the problem.
The text was updated successfully, but these errors were encountered: