Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: enhance error handling and response processing in Quickbase…
…Client (#2) - Modify the QueryRecords method to handle different types of errors more explicitly, including client errors, server errors, and generic failures. - Introduce additional checks for empty data in the QueryRecords method, returning a specific 'NotFound' error if no records are found. - Update InsertRecords and UpdateRecords methods for consistent error handling and response processing. - Improve overall readability and maintainability of the QuickbaseClient class. NOTE: These changes may affect how client errors and empty query results are handled, requiring adjustments in client code.
- Loading branch information