Skip to content

Commit 9e5d4cf

Browse files
committed
Extract api docstring
1 parent 7854f58 commit 9e5d4cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

etc/firebase-admin.messaging.api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ export class MessagingClientErrorCode {
226226
message: string;
227227
};
228228
// (undocumented)
229+
static INSTALLATION_ID_NOT_REGISTERED: {
230+
code: string;
231+
message: string;
232+
};
233+
// (undocumented)
229234
static INTERNAL_ERROR: {
230235
code: string;
231236
message: string;

0 commit comments

Comments
 (0)