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

Function conflict

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

Source from the content-addressed store, hash-verified

60const notFound = (message: string) => new TestWorkOSVaultNotFoundError({ message, status: 404 });
61
62const conflict = (message: string) => new TestWorkOSVaultConflictError({ message, status: 409 });
63
64const invalidRequest = (message: string) =>
65 new TestWorkOSVaultInvalidRequestError({ message, status: 400 });

Callers 2

createObjectFunction · 0.85
updateObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected