MCPcopy
hub / github.com/mongodb/node-mongodb-native / errmsg

Method errmsg

src/cmap/wire_protocol/responses.ts:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 }
187
188 public get errmsg(): string | null {
189 return this.get('errmsg', BSONType.string);
190 }
191
192 public get code(): number | null {
193 return this.getNumber('code');

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected