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
* Return an option in get_user to better handle the missing user case
* Add errno values for error kinds
* Add ApiErrorKind::errno
* Use the original error schema and return detailed error responses
Closes#159
Autoendpoint should emit detailed errors with associated error numbers and a link to http://autopush.readthedocs.io/en/latest/http.html#error-codes.
Currently, the errors are relatively detailed but lack error numbers and do not fully conform to the expected HTTP codes.
This work is more about polish, and it should probably happen after the major autoendpoint features are implemented.
The text was updated successfully, but these errors were encountered: