MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / readFailed

Function readFailed

packages/core/api/src/admin/reads.ts:54–55  ·  view source on GitHub ↗
(what: string)

Source from the content-addressed store, hash-verified

52// 500 with a flat message — the cause carries the detail into the host's error
53// capture, and is deliberately not echoed to an API consumer.
54const readFailed = (what: string) => () =>
55 new AdminUsersError({ message: `Failed to list ${what}` });
56
57// ---------------------------------------------------------------------------
58// Host identity join

Callers 4

listUsersFunction · 0.85
listUsersWithConnectionsFunction · 0.85
readFunction · 0.85
listUserConnectionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected