MCPcopy Create free account
hub / github.com/NativeScript/firebase / onError

Method onError

packages/firebase-functions/index.android.ts:173–175  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

171 resolve(deserialize(result?.getData?.()));
172 },
173 onError(error): void {
174 reject(toHttpsError(error));
175 },
176 })
177 );
178 });

Callers

nothing calls this directly

Calls 1

toHttpsErrorFunction · 0.70

Tested by

no test coverage detected