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

Method error

packages/firebase-storage/index.android.ts:49–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 get error(): FirebaseError {
50 const error = this.native.getError?.();
51
52 if (error) {
53 return FirebaseError.fromNative(error);
54 }
55 return null;
56 }
57
58 get metadata(): Metadata {
59 return Metadata.fromNative(this.native.getStorage().getMetadata());

Callers 1

onErrorMethod · 0.45

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected