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

Method onError

packages/firebase-firestore/index.android.ts:490–492  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

488 source,
489 new org.nativescript.firebase.firestore.FirebaseFirestore.Callback<com.google.firebase.firestore.QuerySnapshot>({
490 onError(error) {
491 reject(FirebaseError.fromNative(error));
492 },
493 onSuccess(ss) {
494 resolve(QuerySnapshot.fromNative(ss));
495 },

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected