MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot / userNotFound

Function userNotFound

packages/web/src/lib/serviceError.ts:98–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96}
97
98export const userNotFound = (): ServiceError => {
99 return {
100 statusCode: StatusCodes.NOT_FOUND,
101 errorCode: ErrorCode.USER_NOT_FOUND,
102 message: "User not found",
103 }
104}
105
106export const orgNotFound = (): ServiceError => {
107 return {

Callers 1

addUserToOrganizationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected