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
refactor(data): enhance logging and error handling in CRUD operations
- Add comprehensive logging at various stages of GET, PUT, and DELETE requests
- Implement null check for fetched item to prevent NoSuchMethodError
- Wrap CRUD operations in try-catch blocks to handle unhandled exceptions
- Log unsupported model types as warnings instead of throwing errors
- Improve error messages by including specific model names and IDs
0 commit comments