-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: handling not exist gracefully #1031
fix: handling not exist gracefully #1031
Conversation
Hello @israel, thank you for your PR! I think this is good, just I would ask for you to create a new file called and then they declared that error in the errors.go file: This is not something we are currently doing, but its a pattern I would like to start abiding by. If you could please do this I would be much obliged. |
Hi @sfc-gh-swinkler |
/ok-to-test sha=7a8f66b |
Integration tests success for 7a8f66b |
Thank you for your contribution! @israel |
This is my first PR here so I have made changes to only some of the resources. Once approved I will do the same for the rest. Thanks
Changed handling of not exists scenarios for read resource functions for User, API Integration and External Function resources
Test Plan
Updated user_test to reflect the change.
References