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

Class

packages/core/sdk/src/errors.ts:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 * prevent silently clobbering an existing integration's tools, connections,
116 * and policies. */
117export class IntegrationAlreadyExistsError extends Schema.TaggedErrorClass<IntegrationAlreadyExistsError>()(
118 "IntegrationAlreadyExistsError",
119 { slug: IntegrationSlug },
120 { httpApiStatus: 409 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected