Skip to content

Commit cbab6a1

Browse files
committed
feat: Add new ErrorCode enum value (firebase#976)
1 parent 07bbb98 commit cbab6a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/google/firebase/ErrorCode.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,9 @@ public enum ErrorCode {
106106
* server to process the request) and the request did not finish within the deadline.
107107
*/
108108
DEADLINE_EXCEEDED,
109+
110+
/**
111+
* Operation is not implemented or not supported/enabled.
112+
*/
113+
UNIMPLEMENTED
109114
}

0 commit comments

Comments
 (0)