SkygearIO / skygear-SDK-Android

Skygear Android SDK
Other
12 stars 36 forks source link

Consistent error handling #246

Closed carmenlau closed 6 years ago

carmenlau commented 6 years ago

For this issue in Android SDK, we only need to check if the error handling of current implementation is consistent.

For example, if all the errors are calling the error callback and if all build-in apis and lambda are using error object in error callback.

carmenlau commented 6 years ago

We checked the code and also the api call in kotlin, no update is needed