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

Method constructor

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

Source from the content-addressed store, hash-verified

116 readonly native: any;
117
118 constructor(code: FunctionsErrorCode, message: string, details = null, native = null) {
119 super(message);
120 this.code = code;
121 this.details = details;
122 this.native = native;
123 }
124}
125
126function toHttpsError(error: NSError) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected