-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Labels
difficulty: beginnerPure Haskell taskPure Haskell taskhygienecleanup or refactoringcleanup or refactoringmessagesuser-facing error/informative messagesuser-facing error/informative messages
Description
One last concern, we are still using NotFound
error in a couple places, which returns an empty error json:
| NotFound |
postgrest/src/PostgREST/Error.hs
Line 135 in e2dd435
toJSON NotFound = JSON.object [] |
This seems fine for now, but maybe should be improved later (add error msg, details etc) for better UX?
Originally posted by @taimoorzaeem in #3869 (comment)
Metadata
Metadata
Assignees
Labels
difficulty: beginnerPure Haskell taskPure Haskell taskhygienecleanup or refactoringcleanup or refactoringmessagesuser-facing error/informative messagesuser-facing error/informative messages