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

Method toString

lib/index.es.js:464–471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

462 }
463
464 toString() {
465 return JSON.stringify({
466 status: this.status,
467 name: this.name,
468 message: this.message,
469 reason: this.reason
470 });
471 }
472}
473
474var UNAUTHORIZED = new PouchError(401, 'unauthorized', "Name or password is incorrect.");

Callers 15

tryFilterFunction · 0.45
index.es.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