MCPcopy
hub / github.com/redis/node-redis / errors

Method errors

packages/client/lib/errors.ts:102–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 *errors() {
103 for (const index of this.errorIndexes) {
104 yield this.replies[index];
105 }
106 }
107}
108
109export class OpenTelemetryError extends Error { }

Callers 1

index.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected