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