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
We're currently handling errors by returning an InternalServerError. Let's consider creating a custom error type for more granular control and clearer error messages. This would help differentiate between different kinds of errors, such as database connection issues versus validation errors.
The text was updated successfully, but these errors were encountered:
We're currently handling errors by returning an
InternalServerError
. Let's consider creating a custom error type for more granular control and clearer error messages. This would help differentiate between different kinds of errors, such as database connection issues versus validation errors.The text was updated successfully, but these errors were encountered: