From 6102886354bba245e5913e7980496ba67534d5ff Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Mon, 9 Apr 2018 19:50:52 -0400 Subject: [BREAKING] Remove FIR prefix on FIRFunctionsErrorCode (#955) [THIS IS A BREAKING CHANGE] --- Functions/FirebaseFunctions/Public/FIRError.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/FirebaseFunctions/Public/FIRError.h b/Functions/FirebaseFunctions/Public/FIRError.h index 3048dee..5037f7b 100644 --- a/Functions/FirebaseFunctions/Public/FIRError.h +++ b/Functions/FirebaseFunctions/Public/FIRError.h @@ -86,6 +86,6 @@ typedef NS_ENUM(NSInteger, FIRFunctionsErrorCode) { FIRFunctionsErrorCodeDataLoss = 15, /** The request does not have valid authentication credentials for the operation. */ FIRFunctionsErrorCodeUnauthenticated = 16, -}; +} NS_SWIFT_NAME(FunctionsErrorCode); NS_ASSUME_NONNULL_END -- cgit v1.2.3