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
fix(data): improve error handling for filter, sort, and create operations
- Add error handling for invalid JSON format in 'filter' parameter
- Implement error handling for incorrect 'sort' parameter format
- Catch TypeError when creating an item from request body
- Provide more descriptive error messages for BadRequestException
0 commit comments