MCPcopy Create free account
hub / github.com/apache/pouchdb / toString

Method toString

lib/index-browser.es.js:472–479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

470 }
471
472 toString() {
473 return JSON.stringify({
474 status: this.status,
475 name: this.name,
476 message: this.message,
477 reason: this.reason
478 });
479 }
480}
481
482var 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