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
update conditions on error for delete operation (#175)
Description of changes:
- Update conditions on delete in case of error. Right now the errors from delete are not reflected to the user
- I have added a check to treat all errors as recoverable if the resource is being deleted as I am not sure what is the user experience if the resource hits a terminal condition after its deleted. Please advise
Testing:
Manually introduced an error from sdkDelete and verified it gets updated in conditions
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments