MCPcopy
hub / github.com/bitpay/wallet / error

Method error

src/providers/logger/logger.ts:39–44  ·  view source on GitHub ↗
(_message?, ..._optionalParams)

Source from the content-addressed store, hash-verified

37 }
38
39 public error(_message?, ..._optionalParams): void {
40 const type = 'error';
41 const args = this.processingArgs(arguments);
42 this.log(`[${type}] ${args}`);
43 this.add(type, args);
44 }
45
46 public debug(_message?, ..._optionalParams): void {
47 const type = 'debug';

Callers 15

iab-patch.jsFile · 0.80
braze-config.jsFile · 0.80
crowdin_update.jsFile · 0.80
getPricesMethod · 0.80
shareAndroidMethod · 0.80
shareIOSMethod · 0.80
isAvailableMethod · 0.80
checkMethod · 0.80
apiCallMethod · 0.80
graphRequestMethod · 0.80
purchaseAttemptMethod · 0.80
pairingMethod · 0.80

Calls 3

processingArgsMethod · 0.95
logMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected