Skip to content

Commit 7852d70

Browse files
committed
moved error to new line
1 parent 4054884 commit 7852d70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuthErrors.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,11 @@ typedef NS_ERROR_ENUM(FIRAuthErrorDomain, FIRAuthErrorCode){
413413
*/
414414
FIRAuthErrorCodeMissingOrInvalidNonce = 17094,
415415

416+
/** Raised when an Cloud Function returns a blocking error. Will include a message returned from
417+
* the function.
418+
*/
419+
FIRAuthErrorCodeBlockingCloudFunctionError = 17105,
420+
416421
/** Indicates an error for when the client identifier is missing.
417422
*/
418423
FIRAuthErrorCodeMissingClientIdentifier = 17993,
@@ -429,11 +434,6 @@ typedef NS_ERROR_ENUM(FIRAuthErrorDomain, FIRAuthErrorCode){
429434
describing which step of the JWT parsing process failed.
430435
*/
431436
FIRAuthErrorCodeMalformedJWT = 18000,
432-
433-
/** Raised when an Cloud Function returns a blocking error. Will include a message returned from
434-
* the function.
435-
*/
436-
FIRAuthErrorCodeBlockingCloudFunctionError = 17105,
437437
} NS_SWIFT_NAME(AuthErrorCode);
438438

439439
@end

0 commit comments

Comments
 (0)