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
Do not return internal errors via the API, but manually convert them to something that does not leak information but can be sent to the user.
Have an error counter and assign each error a unique number. That number gets logged together with the error, and also returned to the user. Then a user can provide information about the error using the error number.
Report API user errors in the answer of the API.
The text was updated successfully, but these errors were encountered:
Do not return internal errors via the API, but manually convert them to something that does not leak information but can be sent to the user.
The text was updated successfully, but these errors were encountered: