Would be great to get original error codes (like [these](https://developers.google.com/android/reference/com/google/android/gms/auth/api/signin/GoogleSignInStatusCodes)) to get more flexibility in error resolution. Also possibly move constants from [ErrorCodes](FirebaseUI-Android/auth/src/main/java/com/firebase/ui/auth/ErrorCodes.java) to IdpResponse itself (and annotate with `@IntDef `?)