MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/errors.ts:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 * Error with vector/embedding operations
143 */
144export class VectorError extends CodeGraphError {
145 constructor(message: string, operation: string, cause?: Error) {
146 super(message, 'VECTOR_ERROR', { operation, cause: cause?.message });
147 this.name = 'VectorError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected