Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Automattic/mongoose
/
Class
types/error.d.ts:49–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
export
class
DocumentNotFoundError extends MongooseError {
50
name:
'DocumentNotFoundError'
;
51
result: any;
52
numAffected: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected