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