MCPcopy
hub / github.com/apache/pouchdb / toString

Method toString

lib/index-browser.js:476–483  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

474 }
475
476 toString() {
477 return JSON.stringify({
478 status: this.status,
479 name: this.name,
480 message: this.message,
481 reason: this.reason
482 });
483 }
484}
485
486var UNAUTHORIZED = new PouchError(401, 'unauthorized', "Name or password is incorrect.");

Callers 8

tryFilterFunction · 0.45
numToIndexableStringFunction · 0.45
stringifyFunction · 0.45
httpQueryFunction · 0.45
mapperFunction · 0.45
reducerFunction · 0.45
getCheckpointMethod · 0.45
generateReplicationIdFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected