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
- Add new QuickbaseError and QuickbaseErrorType classes in QuickbaseNet.Errors namespace for comprehensive error handling.
- Introduce QuickbaseResult and QuickbaseResult<TValue> classes in QuickbaseNet namespace to encapsulate operation results and errors.
- Refactor QuickbaseClient methods in QuickbaseNet.Services namespace to utilize new error handling and result encapsulation.
- Modify the existing methods in QuickbaseClient for improved response handling and error reporting.
BREAKING CHANGE: Modified the return types and error handling in QuickbaseClient methods, which may affect existing implementations.
Issue
We need to capture the status code to correctly determine the status of a request.
The text was updated successfully, but these errors were encountered: