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

Function notFound

packages/plugins/workos-vault/src/sdk/testing.ts:60–60  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

58}
59
60const notFound = (message: string) => new TestWorkOSVaultNotFoundError({ message, status: 404 });
61
62const conflict = (message: string) => new TestWorkOSVaultConflictError({ message, status: 409 });
63

Callers 3

readObjectByNameFunction · 0.70
updateObjectFunction · 0.70
deleteObjectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected