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

Function readFailed

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

Source from the content-addressed store, hash-verified

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