Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ $err
Method
$err
src/cmap/wire_protocol/responses.ts:184–186 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
182
}
183
184
public get $err(): string | null {
185
return
this.get(
'$err'
, BSONType.string);
186
}
187
188
public get errmsg(): string | null {
189
return
this.get(
'errmsg'
, BSONType.string);
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected