MCPcopy Index your code
hub / github.com/NativeScript/firebase / onError

Method onError

packages/firebase-messaging/index.android.ts:47–49  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

45 resolve(result);
46 },
47 onError(error) {
48 reject(FirebaseError.fromNative(error));
49 },
50 })
51 );
52 });

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected