aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/Public/FIRAuthErrors.h
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2017-10-02 11:21:55 -0700
committerGravatar GitHub <noreply@github.com>2017-10-02 11:21:55 -0700
commit7fa0b0de42141d90b8ba3da67cad037becf6f065 (patch)
treeef7599978e5b7aee0731cd70f8f67edeae5c876f /Firebase/Auth/Source/Public/FIRAuthErrors.h
parentaebb293f3dcfaef012e847689d8b814477c0c301 (diff)
Disambiguates known errors from web context (#322)
* Disambiguates known errors from web context - Disambiguates known errors possibly returned by verifyPhoneNumber:UIDelegate:completion:
Diffstat (limited to 'Firebase/Auth/Source/Public/FIRAuthErrors.h')
-rw-r--r--Firebase/Auth/Source/Public/FIRAuthErrors.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Firebase/Auth/Source/Public/FIRAuthErrors.h b/Firebase/Auth/Source/Public/FIRAuthErrors.h
index 6b0d8bc..b70c87f 100644
--- a/Firebase/Auth/Source/Public/FIRAuthErrors.h
+++ b/Firebase/Auth/Source/Public/FIRAuthErrors.h
@@ -293,6 +293,14 @@ typedef NS_ENUM(NSInteger, FIRAuthErrorCode) {
*/
FIRAuthErrorCodeInvalidClientID = 17060,
+ /** Indicates that a network request within a SFSafariViewController or UIWebview failed.
+ */
+ FIRAuthErrorCodeWebNetworkRequestFailed = 17061,
+
+ /** Indicates that an internal error occured within a SFSafariViewController or UIWebview.
+ */
+ FIRAuthErrorCodeWebInternalError = 17062,
+
/** Indicates an error occurred while attempting to access the keychain.
*/
FIRAuthErrorCodeKeychainError = 17995,