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

Function orgNotFound

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

Source from the content-addressed store, hash-verified

104}
105
106export const orgNotFound = (): ServiceError => {
107 return {
108 statusCode: StatusCodes.NOT_FOUND,
109 errorCode: ErrorCode.ORG_NOT_FOUND,
110 message: "Organization not found",
111 }
112}
113
114export const invalidGitRef = (ref: string): ServiceError => {
115 return {

Callers 2

addUserToOrganizationFunction · 0.90
joinOrganizationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected