Skip to content

Commit 9645b2a

Browse files
authored
Initial commit (#5718)
1 parent a427df4 commit 9645b2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firestore/core/include/firebase/firestore/firestore_errors.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ enum Error {
3030
// Note: NSError objects will never have a code with this value.
3131
kErrorOk = 0,
3232

33+
kErrorNone = 0,
34+
3335
/** The operation was cancelled (typically by the caller). */
3436
kErrorCancelled = 1,
3537

0 commit comments

Comments
 (0)