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

Function explainError

lib/index-browser.js:463–465  ·  view source on GitHub ↗
(status, str)

Source from the content-addressed store, hash-verified

461// designed to give info to browser users, who are disturbed
462// when they see http errors in the console
463function explainError(status, str) {
464 guardedConsole('info', 'The above ' + status + ' is totally normal. ' + str);
465}
466
467class PouchError extends Error {
468 constructor(status, error, reason) {

Callers 3

setupFunction · 0.70
HttpPouchFunction · 0.70
updateCheckpointFunction · 0.70

Calls 1

guardedConsoleFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…