MCPcopy Index your code
hub / github.com/apache/pouchdb / toString

Method toString

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

Source from the content-addressed store, hash-verified

467 }
468
469 toString() {
470 return JSON.stringify({
471 status: this.status,
472 name: this.name,
473 message: this.message,
474 reason: this.reason
475 });
476 }
477}
478
479var UNAUTHORIZED = new PouchError(401, 'unauthorized', "Name or password is incorrect.");

Callers 15

tryFilterFunction · 0.45
index.jsFile · 0.45
numToIndexableStringFunction · 0.45
thisAtobFunction · 0.45
thisBtoaFunction · 0.45
blobToBase64Function · 0.45
fetchAttachmentFunction · 0.45
LevelPouchFunction · 0.45
requireLeveldownFunction · 0.45
evalFunctionInVmFunction · 0.45
stringifyFunction · 0.45
httpQueryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected