Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ addErrorLabel
Method
addErrorLabel
src/error.ts:197–199 ·
view source on GitHub ↗
(label: string)
Source
from the content-addressed store, hash-verified
195
}
196
197
addErrorLabel(label: string): void {
198
this.errorLabelSet.add(label);
199
}
200
}
201
202
/**
Callers
12
error.test.ts
File · 0.80
server.test.ts
File · 0.80
constructor
Method · 0.80
commitTransaction
Method · 0.80
makeTimeoutError
Function · 0.80
applyBackpressureLabels
Function · 0.80
performInitialHandshake
Function · 0.80
executeHandshake
Function · 0.80
constructor
Method · 0.80
onHeartbeatFailed
Function · 0.80
handleError
Method · 0.80
decorateCommandError
Method · 0.80
Calls
1
add
Method · 0.80
Tested by
no test coverage detected