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

Method constructor

packages/firebase-functions/index.android.ts:112–117  ·  view source on GitHub ↗
(code: FunctionsErrorCode, message: string, details = null, native = null)

Source from the content-addressed store, hash-verified

110 readonly native: any;
111
112 constructor(code: FunctionsErrorCode, message: string, details = null, native = null) {
113 super(message);
114 this.code = code;
115 this.details = details;
116 this.native = native;
117 }
118}
119
120function toHttpsError(error: any) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected