MCPcopy Create free account
hub / github.com/MemTensor/MemOS / errorCodeOf

Function errorCodeOf

apps/memos-local-plugin/bridge/methods.ts:419–422  ·  view source on GitHub ↗
(err: unknown)

Source from the content-addressed store, hash-verified

417// ─── Error code helpers (re-exported for transports) ────────────────────────
418
419export function errorCodeOf(err: unknown): ErrorCode {
420 if (err instanceof MemosError) return err.code;
421 return "internal";
422}
423
424/** ToolOutcomeDTO is used elsewhere but referenced here for completeness. */
425export type { ToolOutcomeDTO };

Callers 1

handleLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected