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

Method error

packages/firebase-storage/index.ios.ts:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 get error(): FirebaseError {
51 if (!this.native.error) {
52 return null;
53 }
54 return FirebaseError.fromNative(this.native.error);
55 }
56
57 get metadata(): Metadata {
58 return Metadata.fromNative(this.native.metadata);

Callers 9

buildAngularFunction · 0.45
copyAngularDistFunction · 0.45
finishPreparationFunction · 0.45
onErrorMethod · 0.45
onEventMethod · 0.45
onEventMethod · 0.45
onSnapshotMethod · 0.45
onSnapshotMethod · 0.45
onMethod · 0.45

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected