Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pouchdb
/ convertToTrueError
Function
convertToTrueError
lib/index.es.js:7948–7950 ·
view source on GitHub ↗
(err)
Source
from the content-addressed store, hash-verified
7946
}
7947
7948
function
convertToTrueError(err) {
7949
return
createBuiltInError(err.name);
7950
}
7951
7952
function
isBuiltInError(obj$$1) {
7953
return
obj$$1 && obj$$1.builtInError;
Callers
1
evalFunctionInVm
Function · 0.70
Calls
1
createBuiltInError
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…