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

Class

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

Source from the content-addressed store, hash-verified

122 * prevent silently clobbering an existing integration's tools, connections,
123 * and policies. */
124export class IntegrationAlreadyExistsError extends Schema.TaggedErrorClass<IntegrationAlreadyExistsError>()(
125 "IntegrationAlreadyExistsError",
126 { slug: IntegrationSlug },
127 { httpApiStatus: 409 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected