Replace all exceptions from Cloud module with true/false pair
Closed this issue · 0 comments
fartem commented
Right now all Cloud methods provide callbacks with an exception as a result. This is a bad approach because it is showed Cloud SDK specificity (why the client does know about Parse Exception? It is just handling success or error result of the operation). Replace it with true/false values were true - success and false - error values.