aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-04-09 19:50:52 -0400
committerGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-09 16:50:52 -0700
commit6102886354bba245e5913e7980496ba67534d5ff (patch)
tree26f8cb475b2b6bf96c0bb6fd0dc8d0830443a639 /Functions
parent0a6618705389543191a8c44278d4c6791c84602a (diff)
[BREAKING] Remove FIR prefix on FIRFunctionsErrorCode (#955)
[THIS IS A BREAKING CHANGE]
Diffstat (limited to 'Functions')
-rw-r--r--Functions/FirebaseFunctions/Public/FIRError.h2
1 files changed, 1 insertions, 1 deletions
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