TBH Amala, I'm very interested in what's client command and code execution path you met in this "issue" context. Actually this function is a "safe" call as its named, that means call-side code should not meet any exception even store.delete() raised. If call-side code need catch that, it should call "store.delete_from_backend()".
TBH Amala, I'm very interested in what's client command and code execution path you met in this "issue" context. Actually this function is a "safe" call as its named, that means call-side code should not meet any exception even store.delete() raised. If call-side code need catch that, it should call "store. delete_ from_backend( )".