aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/Public/FIRAuthErrors.h
diff options
context:
space:
mode:
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 2b7ef96..6b0d8bc 100644
--- a/Firebase/Auth/Source/Public/FIRAuthErrors.h
+++ b/Firebase/Auth/Source/Public/FIRAuthErrors.h
@@ -285,6 +285,14 @@ typedef NS_ENUM(NSInteger, FIRAuthErrorCode) {
*/
FIRAuthErrorCodeWebContextCancelled = 17058,
+ /** Indicates a general failure during the app verification flow.
+ */
+ FIRAuthErrorCodeAppVerificationUserInteractionFailure = 17059,
+
+ /** Indicates that the clientID used to invoke a web flow is invalid.
+ */
+ FIRAuthErrorCodeInvalidClientID = 17060,
+
/** Indicates an error occurred while attempting to access the keychain.
*/
FIRAuthErrorCodeKeychainError = 17995,