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

Class

packages/core/api/src/admin/api.ts:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43// ---------------------------------------------------------------------------
44
45export class AdminUsersError extends Schema.TaggedErrorClass<AdminUsersError>()(
46 "AdminUsersError",
47 { message: Schema.String },
48 { httpApiStatus: 500 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected