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

Class

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

Source from the content-addressed store, hash-verified

129 * prevent silently clobbering an existing integration's tools, connections,
130 * and policies. */
131export class IntegrationAlreadyExistsError extends Schema.TaggedErrorClass<IntegrationAlreadyExistsError>()(
132 "IntegrationAlreadyExistsError",
133 { slug: IntegrationSlug },
134 { httpApiStatus: 409 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected